Skip to content

Commit 5066690

Browse files
committed
Release 3.0.0
1 parent 82fbea8 commit 5066690

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Change Log
2+
## v3.0.0 (2023-06-04)
3+
4+
#### :boom: Breaking Change
5+
* [#97](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/97) [BREAKING] update deps and node version requirements # Do not modify or remove the line above. # Everything below it will be ignored. ([@lukemelia](https://github.com/lukemelia))
6+
7+
#### Committers: 2
8+
- Floyd ([@fhightower](https://github.com/fhightower))
9+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
10+
211
## v2.0.0 (2022-03-25)
312

413
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-revision-data",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
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
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)