Skip to content

Commit 8b529f6

Browse files
committed
Release 2.0.0
1 parent b2dcdfe commit 8b529f6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.0.0 (2020-05-16)
2+
3+
#### :boom: Breaking Change
4+
* [#24](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/24) [BREAKING] Require node 10 or higher, and update ember-cli ([@lukemelia](https://github.com/lukemelia))
5+
6+
#### :house: Internal
7+
* [#34](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/34) Bump js-yaml from 3.8.2 to 3.13.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
8+
* [#31](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/31) Switch to release-it from ember-cli-release ([@lukemelia](https://github.com/lukemelia))
9+
* [#28](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/28) Bump is-my-json-valid from 2.16.0 to 2.20.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
10+
* [#27](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/27) Bump js-yaml from 3.8.2 to 3.13.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
11+
* [#25](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/25) Bump stringstream from 0.0.5 to 0.0.6 ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
* [#30](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/30) Update JS to use more recent ECMAScript patterns ([@lukemelia](https://github.com/lukemelia))
13+
* [#29](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/29) Update to dependencies to latest versions ([@lukemelia](https://github.com/lukemelia))
14+
15+
#### Committers: 1
16+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
17+
118
# Change Log
219

320
## [1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/1.0.1) (2018-12-12)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-display-revisions",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Display a list of deployed revisions using ember-cli-deploy.",
55
"keywords": [
66
"ember-addon",
@@ -14,6 +14,7 @@
1414
"test": "tests"
1515
},
1616
"scripts": {
17+
"release": "release-it",
1718
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/*"
1819
},
1920
"dependencies": {

0 commit comments

Comments
 (0)