Skip to content

Commit dbc9f44

Browse files
committed
Release v0.1.0-beta.3
1 parent 67ab245 commit dbc9f44

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
# ember-cli-deploy-revision-key Changelog
1+
# ember-cli-deploy-revision-data Changelog
2+
3+
## 0.1.0-beta.3
4+
5+
The following changes are required if you are upgrading from the previous version:
6+
- Users
7+
+ In package.json, rename `ember-cli-deploy-revision-key` to `ember-cli-deploy-revision-data` and change
8+
version to `0.1.0-beta.3`
9+
10+
#### Community Contributions
11+
12+
- [#16](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/16) Return revision metadata instead of just revisionKey [@achambers](https://github.com/achambers)
13+
14+
Thank you to all who took the time to contribute!
215

316
## 0.1.0-beta.2
417

518
#### Community Contributions
619

7-
- [#13](https://github.com/zapnito/ember-cli-deploy-revision-key/pull/13) Add git-tag-commit and version-commit key generators [@alisdair](https://github.com/alisdair)
8-
- [#15](https://github.com/zapnito/ember-cli-deploy-revision-key/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)
20+
- [#13](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/13) Add git-tag-commit and version-commit key generators [@alisdair](https://github.com/alisdair)
21+
- [#15](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)
922

1023
Thank you to all who took the time to contribute!
1124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-revision-data",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"description": "An ember-cli-deploy plugin to generate data about this deploy revision including a unique revision key based on the current build",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)