Skip to content

Commit 8ba6786

Browse files
committed
Released v1.1.2
1 parent f442399 commit 8ba6786

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
# Change Log
22

3+
## [1.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/1.1.2) (2019-09-03)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.1...1.1.2)
5+
6+
**Merged pull requests:**
7+
8+
- Bump handlebars from 4.0.6 to 4.1.2 [\#54](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
- Bump js-yaml from 3.8.2 to 3.13.1 [\#53](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump lodash from 4.17.4 to 4.17.15 [\#52](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Remove unused packages [\#51](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/51) ([lukemelia](https://github.com/lukemelia))
12+
- Update mocha [\#50](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/50) ([lukemelia](https://github.com/lukemelia))
13+
- Remove unused ember-try package [\#49](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/49) ([lukemelia](https://github.com/lukemelia))
14+
- Move from ember-cli-release to ember-cli-release-tag [\#48](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/48) ([lukemelia](https://github.com/lukemelia))
15+
- Update to ember-cli 3.12 [\#47](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/47) ([lukemelia](https://github.com/lukemelia))
16+
- Update plugin link [\#44](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/44) ([achambers](https://github.com/achambers))
17+
318
## [v1.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.1.1) (2017-10-11)
419
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.1.0...v1.1.1)
520

621
**Merged pull requests:**
722

8-
- Use RSVP over ember-cli/lib/ext/promise [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/39) ([@chrisgame](https://github.com/chrisgame))
23+
- use RSVP over ember-cli/lib/ext/promise [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/39) ([chrisgame](https://github.com/chrisgame))
924

1025
## [v1.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.1.0) (2017-05-04)
1126
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v1.0.0...v1.1.0)
@@ -62,4 +77,4 @@
6277

6378

6479

65-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
80+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-build",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A Build Plugin for ember-cli-deploy",
55
"scripts": {
66
"lint:js": "eslint .",
@@ -48,4 +48,4 @@
4848
"ember-addon": {
4949
"configPath": "tests/dummy/config"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)