Socket
Socket
Sign inDemoInstall

conventional-changelog-angular

Package Overview
Dependencies
5
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="3.0.3"></a>
## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.2...conventional-changelog-angular@3.0.3) (2018-03-27)
**Note:** Version bump only for package conventional-changelog-angular
<a name="3.0.2"></a>

@@ -8,0 +16,0 @@ ## [3.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.1...conventional-changelog-angular@3.0.2) (2018-03-22)

6

conventional-recommended-bump.js

@@ -23,5 +23,5 @@ 'use strict'

level: level,
reason: breakings === 1 ?
`There are ${breakings} BREAKING CHANGE and ${features} features` :
`There are ${breakings} BREAKING CHANGES and ${features} features`
reason: breakings === 1
? `There are ${breakings} BREAKING CHANGE and ${features} features`
: `There are ${breakings} BREAKING CHANGES and ${features} features`
}

@@ -28,0 +28,0 @@ },

{
"name": "conventional-changelog-angular",
"version": "3.0.2",
"version": "3.0.3",
"description": "conventional-changelog angular preset",

@@ -36,3 +36,3 @@ "main": "index.js",

"better-than-before": "^1.0.0",
"conventional-changelog-core": "^2.0.6",
"conventional-changelog-core": "^2.0.7",
"git-dummy-commit": "^1.2.0",

@@ -39,0 +39,0 @@ "shelljs": "^0.8.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc