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.1.0 to 0.1.1

2

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

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

@@ -82,2 +82,3 @@ # grunt-hg-release

## Release History
* 2014-01-16 v0.1.1 Fixed commit process.
* 2014-01-16 v0.1.0 Initial release.

@@ -27,3 +27,3 @@ /*

var version = result.stdout.substr(1);
tag(version);
commit(version);
});

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