Comparing version 0.1.1 to 0.1.2
@@ -9,8 +9,8 @@ CHANGELOG | ||
## 0.0.2 (2014-01-26) | ||
* asdfasdfasdf asdfa sd fasasdfffffffffffffffffffffffffas | ||
## 0.1.2 (2014-01-27) | ||
* Added test task for Travis CI | ||
* Fixed CLI add | ||
## 0.0.1 (2014-01-26) | ||
* My new change | ||
* My other new change | ||
## 0.1.1 (2014-01-27) | ||
* First version | ||
@@ -48,2 +48,4 @@ 'use strict'; | ||
// Default task. | ||
grunt.registerTask('test', ['jshint', 'nodeunit']); | ||
}; |
@@ -65,4 +65,4 @@ /* | ||
} | ||
callback(result.text); | ||
callback(null, result.text); | ||
}); | ||
} |
{ | ||
"name": "chg", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "lib/changelog.js", | ||
"description": "simple changelog manager", | ||
"description": "simple changelog/release history manager", | ||
"homepage": "https://github.com/heff/chg", | ||
@@ -27,2 +27,5 @@ "bugs": "https://github.com/heff/chg/issues", | ||
], | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
@@ -29,0 +32,0 @@ "grunt-contrib-jshint": "~0.6.0", |
@@ -6,6 +6,7 @@ # chg [![Build Status](https://secure.travis-ci.org/heff/chg.png?branch=master)](http://travis-ci.org/heff/chg) | ||
functions: | ||
- `init` - create a CHANGELOG.md file | ||
- `add` - add new changes to the changelog under a 'HEAD (Unreleased)' heading | ||
- `release` - move all unreleased changes under a new release version | ||
- `init` - create a CHANGELOG.md file | ||
- `add` - add new changes to the changelog under a 'HEAD (Unreleased)' heading | ||
- `release` - move all unreleased changes under a new release version | ||
`chg` can be useful when built into a release/deploy script or paired with a pull request merging script like [pulley](https://github.com/jeresig/pulley). | ||
@@ -12,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14885
288
120