Skip to content

Commit

Permalink
Release v0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Aug 28, 2015
1 parent 699472f commit 4cd269e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# ember-cli-deploy-revision-key Changelog

## 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)

Thank you to all who took the time to contribute!

## 0.1.0-beta.1

#### Community Contributions

- [#1](https://github.com/zapnito/ember-cli-deploy-revision-key/pull/1) Create a tag form the hash of the index.html [@achambers](https://github.com/achambers)
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-key",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "An ember-cli-plugin to create a unique revision key for the build",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 4cd269e

Please sign in to comment.