Skip to content

Commit

Permalink
1.1.4 (Fixed: ``TypeError: Cannot read property 'createRelease' of un…
Browse files Browse the repository at this point in the history
…defined`)

Ref MoOx/npmpub#12
  • Loading branch information
MoOx committed Jun 7, 2016
1 parent 0c2cca4 commit eede152
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.4 - 2016-06-07

- Fixed: ``TypeError: Cannot read property 'createRelease' of undefined``
by fixing ``grizzly`` version.
([#12](https://github.com/MoOx/npmpub/issues/12))

# 1.1.3 - 2016-02-12

- Fixed: `chmod +x ./github-release-from-changelog.js`
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": "github-release-from-changelog",
"version": "1.1.3",
"version": "1.1.4",
"description": "Create GitHub releases from CHANGELOG.md",
"keywords": [
"cli-app",
Expand All @@ -19,7 +19,7 @@
"github-release-from-changelog": "github-release-from-changelog.js"
},
"dependencies": {
"grizzly": "^1.0.14",
"grizzly": "1.0.16",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit eede152

Please sign in to comment.