From 089d1d831908b9171aa52bd91cb1d670cc4dfb10 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Sun, 2 May 2021 23:11:12 +0800 Subject: [PATCH] Release 2.0.0-beta.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfa652..9fdaa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # Change Log +## v2.0.0-beta.0 (2021-05-02) + +#### :rocket: Enhancement +* [#71](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/71) Allow custom commit hash length when constructing revisionKey ([@HeroicEric](https://github.com/HeroicEric)) + +#### :house: Internal +* [#75](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/75) Bump js-yaml from 3.8.2 to 3.14.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#74](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/74) Bump websocket-extensions from 0.1.1 to 0.1.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#73](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/73) Upgrade deps ([@lukemelia](https://github.com/lukemelia)) + +#### Committers: 5 +- Ed Fricker ([@beastawakens](https://github.com/beastawakens)) +- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric)) +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi)) +- Pepijn Schoen ([@duizendnegen](https://github.com/duizendnegen)) + ## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/tree/v1.0.0) (2017-03-25) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/compare/v1.0.0-beta.0...v1.0.0) diff --git a/package.json b/package.json index c50475b..4ba4782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-revision-data", - "version": "1.0.0", + "version": "2.0.0-beta.0", "description": "An ember-cli-deploy plugin to generate data about this deploy revision including a unique revision key based on the current build", "keywords": [ "ember-addon",