Socket
Socket
Sign inDemoInstall

conventional-changelog-ember

Package Overview
Dependencies
1
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

23

CHANGELOG.md

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

<a name="2.0.0"></a>
# [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember@1.0.0...conventional-changelog-ember@2.0.0) (2018-06-06)
### Features
* re-use parser options within each preset ([#335](https://github.com/conventional-changelog/conventional-changelog/issues/335)) ([d3eaacf](https://github.com/conventional-changelog/conventional-changelog/commit/d3eaacf)), closes [#241](https://github.com/conventional-changelog/conventional-changelog/issues/241)
### BREAKING CHANGES
* Re-use parser options object between components of a preset. For some
presets this may change the behavior of `conventional-recommended-bump`
as the parser options object for the `conventional-recommended-bump` options
within a preset were different than the parser options object for the
`conventional-changelog` options within a preset.
If you are not using `conventional-recommended-bump`, then this is
**not** a breaking change for you.
<a name="1.0.0"></a>

@@ -8,0 +31,0 @@ # [1.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember@0.3.12...conventional-changelog-ember@1.0.0) (2018-05-29)

16

conventional-recommended-bump.js
'use strict'
const parserOpts = require(`./parser-opts`)
module.exports = {
parserOpts,
whatBump: (commits) => {

@@ -25,15 +29,3 @@ let level = 2

}
},
parserOpts: {
headerPattern: /^(\w*)(?:\((.*)\))?: (.*)$/,
headerCorrespondence: [
`type`,
`scope`,
`subject`
],
noteKeywords: `BREAKING CHANGE`,
revertPattern: /^revert:\s([\s\S]*?)\s*This reverts commit (\w*)\./,
revertCorrespondence: [`header`, `hash`]
}
}
{
"name": "conventional-changelog-ember",
"version": "1.0.0",
"version": "2.0.0",
"description": "conventional-changelog ember preset",

@@ -5,0 +5,0 @@ "main": "index.js",

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