Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chg - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

CHANGELOG.md

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc