Comparing version 0.0.10 to 0.0.11
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.0.11] - 2019-05-17 | ||
### Fixed | ||
- change node environment to fix circleci @faboweb | ||
## [0.0.10] - 2019-05-17 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "simsala", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Conflict free changelogs and release management", | ||
@@ -5,0 +5,0 @@ "main": "src/cli.js", |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node | ||
#!/usr/local/bin/ node | ||
@@ -3,0 +3,0 @@ const program = require("commander"); |
29915