Skip to content

Commit 4cd269e

Browse files
committed
Release v0.1.0-beta.2
1 parent 699472f commit 4cd269e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# ember-cli-deploy-revision-key Changelog
2+
3+
## 0.1.0-beta.2
4+
5+
#### Community Contributions
6+
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)
9+
10+
Thank you to all who took the time to contribute!
11+
12+
## 0.1.0-beta.1
13+
114
#### Community Contributions
215

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-revision-key",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "An ember-cli-plugin to create a unique revision key for the build",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)