Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jun 30, 2016
1 parent cfd35a3 commit 21afc22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.2"></a>
### 0.3.2 (2016-06-30)


### Notable Changes

* Updated dependencies
* Bumped Node version to 4.4.6


<a name="0.3.1"></a>
### 0.3.1 (2016-06-30)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ng-component",
"version": "0.3.1",
"version": "0.3.2",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
Expand All @@ -15,7 +15,7 @@
"Cody Mize <[email protected]> (http://codymize.com/)"
],
"engines": {
"node": ">=4.4.0"
"node": ">=4.4.6"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 21afc22

Please sign in to comment.