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

conventional-changelog-beemo

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-beemo - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 1.2.1 - 2019-04-24
#### 🐞 Fixes
- Fixed a minor version bump issue when no patch commits exist.
## 1.2.0 - 2019-04-10

@@ -2,0 +8,0 @@

2

esm/parserOpts.js

@@ -8,4 +8,4 @@ const options = {

revertCorrespondence: [],
revertPattern: /^Revert|revert:/u
revertPattern: /^Revert/u
};
export default options;

@@ -16,3 +16,3 @@ import parserOpts from './parserOpts';

if (level === 2) {
if (level === null || level === 2) {
level = 1;

@@ -19,0 +19,0 @@ }

@@ -84,3 +84,2 @@ import fs from 'fs';

context.date = '2019-02-26';
context.version = '0.0.0';
}

@@ -87,0 +86,0 @@

@@ -12,5 +12,5 @@ "use strict";

revertCorrespondence: [],
revertPattern: /^Revert|revert:/u
revertPattern: /^Revert/u
};
var _default = options;
exports.default = _default;

@@ -24,3 +24,3 @@ "use strict";

if (level === 2) {
if (level === null || level === 2) {
level = 1;

@@ -27,0 +27,0 @@ }

@@ -93,3 +93,2 @@ "use strict";

context.date = '2019-02-26';
context.version = '0.0.0';
}

@@ -96,0 +95,0 @@

{
"name": "conventional-changelog-beemo",
"version": "1.2.0",
"version": "1.2.1",
"description": "Conventional changelog preset for Beemo and associated projects.",

@@ -36,2 +36,3 @@ "keywords": [

"conventional-changelog-core": "^3.1.6",
"conventional-recommended-bump": "^4.1.1",
"git-dummy-commit": "^1.3.0",

@@ -38,0 +39,0 @@ "shelljs": "^0.8.3"

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