Skip to content

Commit 1650a18

Browse files
committed
v3.0.2
1 parent 221d19f commit 1650a18

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v3.0.2 (2020-05-18)
2+
3+
#### :bug: Bug Fix
4+
* [#60](https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack/pull/60) Fix node version specifier to allow node 12+ as well as 10 ([@lukemelia](https://github.com/lukemelia))
5+
6+
#### Committers: 1
7+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
8+
19
## v3.0.1 (2020-05-16)
210

311
#### :house: Internal

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-lightning-pack",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
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)