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

conventional-recommended-version

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-recommended-version - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

CHANGELOG.md

@@ -0,3 +1,13 @@

<a name="0.1.1"></a>
## [0.1.1](https://github.com/JamieMason/conventional-recommended-version/compare/0.1.0...v0.1.1) (2015-11-30)
### Bug Fixes
* **compute-version:** reset feature and fix versions on breaking change ([6e9ac82](https://github.com/JamieMason/conventional-recommended-version/commit/6e9ac82))
<a name="0.1.0"></a>
# 0.1.0 (2015-11-06)
# [0.1.0](https://github.com/JamieMason/conventional-recommended-version/compare/f616514...0.1.0) (2015-11-06)

@@ -4,0 +14,0 @@

@@ -46,2 +46,4 @@ #!/usr/bin/env node

breaking++;
feat = 0;
fix = 0;
}

@@ -48,0 +50,0 @@ }

2

package.json
{
"name": "conventional-recommended-version",
"description": "Using a conventional-changelog commit history, determine the current version number of your project.",
"version": "0.1.0",
"version": "0.1.1",
"author": "Jamie Mason <siunmaru@gmail.com>",

@@ -6,0 +6,0 @@ "bin": "cli.js",

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