Skip to content

Commit ce4896d

Browse files
committed
Release v0.1.0-beta.4
1 parent 5cdf4be commit ce4896d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ember-cli-deploy-revision-data Changelog
22

3+
## 0.1.0-beta.4
4+
5+
Package is now called ember-cli-deploy-revision-data.
6+
7+
#### Community Contributions
8+
9+
- [#19](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/19) Add git-commit data generator [@jrowlingson](https://github.com/jrowlingson)
10+
11+
Thank you to all who took the time to contribute!
12+
313
## 0.1.0-beta.3
414

515
The following changes are required if you are upgrading from the previous version:

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.3",
3+
"version": "0.1.0-beta.4",
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)