Skip to content

Commit

Permalink
Release v0.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Sep 13, 2015
1 parent 67ab245 commit dbc9f44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# ember-cli-deploy-revision-key Changelog
# ember-cli-deploy-revision-data Changelog

## 0.1.0-beta.3

The following changes are required if you are upgrading from the previous version:
- Users
+ In package.json, rename `ember-cli-deploy-revision-key` to `ember-cli-deploy-revision-data` and change
version to `0.1.0-beta.3`

#### Community Contributions

- [#16](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/16) Return revision metadata instead of just revisionKey [@achambers](https://github.com/achambers)

Thank you to all who took the time to contribute!

## 0.1.0-beta.2

#### Community Contributions

- [#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)
- [#15](https://github.com/zapnito/ember-cli-deploy-revision-key/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)
- [#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)
- [#15](https://github.com/zapnito/ember-cli-deploy-revision-data/pull/15) [BUGFIX] Remove dependency on broccoli-asset-rev [@achambers](https://github.com/achambers)

Thank you to all who took the time to contribute!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-revision-data",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "An ember-cli-deploy plugin to generate data about this deploy revision including a unique revision key based on the current build",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit dbc9f44

Please sign in to comment.