Skip to content

Commit da52b5b

Browse files
committed
v6.0.0
1 parent 4db3da2 commit da52b5b

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,6 +1,15 @@
11

22

33

4+
5+
## v6.0.0 (2023-06-04)
6+
7+
#### :boom: Breaking Change
8+
* [#101](https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack/pull/101) Update dependencies and node version requirements ([@lukemelia](https://github.com/lukemelia))
9+
10+
#### Committers: 1
11+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
12+
413
## v5.0.0 (2022-10-31)
514

615
Potentially breaking (but unlikely): minimum node version is now 12.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-lightning-pack",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "A pack of ember-cli-deploy plugins for implementing the 'lightning' deploys approach.",
55
"scripts": {
66
"release": "release-it"

0 commit comments

Comments
 (0)