From 8b529f69e28f169282f662deb03f44058f32541f Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Sat, 16 May 2020 23:19:38 +0800 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381f664..c5312fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v2.0.0 (2020-05-16) + +#### :boom: Breaking Change +* [#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)) + +#### :house: Internal +* [#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)) +* [#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)) +* [#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)) +* [#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)) +* [#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)) +* [#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)) +* [#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)) + +#### Committers: 1 +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) + # Change Log ## [1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/1.0.1) (2018-12-12) diff --git a/package.json b/package.json index 6e08aa5..ca7b7f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-display-revisions", - "version": "1.0.1", + "version": "2.0.0", "description": "Display a list of deployed revisions using ember-cli-deploy.", "keywords": [ "ember-addon", @@ -14,6 +14,7 @@ "test": "tests" }, "scripts": { + "release": "release-it", "test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/*" }, "dependencies": {