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

grunt-hg-release

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-hg-release - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "grunt-hg-release",
"description": "Release a new version of your Node-based project using hg/Mercurial",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/accordionpeas/grunt-hg-release",

@@ -6,0 +6,0 @@ "author": {

@@ -82,4 +82,5 @@ # grunt-hg-release

## Release History
* 2014-07-03 v0.2.1 Bumped version after pull request merge.
* 2014-07-03 v0.2.0 Log the new version to the console.
* 2014-01-16 v0.1.1 Fixed commit process.
* 2014-01-16 v0.1.0 Initial release.

@@ -43,3 +43,3 @@ /*

if (err) grunt.fail.fatal(err);
grunt.log,ok('Bumped to version: ' + version);
grunt.log.ok('Bumped to version: ' + version);
done();

@@ -46,0 +46,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