conventional-changelog-beemo
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -0,1 +1,8 @@ | ||
## 1.5.0 - 2019-07-27 | ||
#### 🚀 Updates | ||
- Added a new commit prefix type, `types`, which can be used when updating a type system (TypeScript | ||
or Flow). This is a patch version bump. | ||
## 1.4.0 - 2019-07-07 | ||
@@ -2,0 +9,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.COMMIT_FORMAT_PREFIX = /^(break|breaking|build|ci|deps|docs|feature|fix|internal|misc|new|patch|release|revert|security|style|test|update)(?:\(([a-zA-Z0-9\-., ]+)\))?:/u; | ||
exports.COMMIT_FORMAT_PREFIX = /^(break|breaking|build|ci|deps|docs|feature|fix|internal|misc|new|patch|release|revert|security|style|test|types|update)(?:\(([a-zA-Z0-9\-., ]+)\))?:/u; | ||
exports.GROUPS = [ | ||
@@ -47,3 +47,3 @@ { | ||
bump: 'patch', | ||
emoji: '⚙️', | ||
emoji: '↩️', | ||
label: 'Reverts', | ||
@@ -65,2 +65,8 @@ types: ['revert'], | ||
{ | ||
bump: 'patch', | ||
emoji: '⚙️', | ||
label: 'Types', | ||
types: ['types'], | ||
}, | ||
{ | ||
bump: 'minor', | ||
@@ -67,0 +73,0 @@ emoji: '🚀', |
@@ -15,4 +15,4 @@ export interface Note { | ||
} | ||
export declare type CommitType = 'break' | 'breaking' | 'release' | 'new' | 'update' | 'feature' | 'fix' | 'deps' | 'docs' | 'patch' | 'style' | 'security' | 'revert' | 'ci' | 'build' | 'test' | 'internal' | 'misc'; | ||
export declare type CommitGroupLabel = 'Breaking' | 'Release' | 'Updates' | 'Fixes' | 'Dependencies' | 'Docs' | 'Styles' | 'Security' | 'Reverts' | 'Internals' | 'Misc'; | ||
export declare type CommitType = 'break' | 'breaking' | 'release' | 'new' | 'update' | 'feature' | 'fix' | 'deps' | 'docs' | 'patch' | 'style' | 'security' | 'revert' | 'ci' | 'build' | 'test' | 'types' | 'internal' | 'misc'; | ||
export declare type CommitGroupLabel = 'Breaking' | 'Release' | 'Updates' | 'Fixes' | 'Dependencies' | 'Docs' | 'Styles' | 'Security' | 'Reverts' | 'Types' | 'Internals' | 'Misc'; | ||
export interface Group { | ||
@@ -19,0 +19,0 @@ bump?: 'patch' | 'minor' | 'major'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
Styles: -1, | ||
Types: -1, | ||
Docs: -2, | ||
@@ -21,0 +22,0 @@ Dependencies: -3, |
{ | ||
"name": "conventional-changelog-beemo", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Conventional changelog preset for Beemo and associated projects.", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@milesj/build-tools": "^0.49.0", | ||
"@types/node": "^12.0.12", | ||
"@milesj/build-tools": "^0.50.4", | ||
"@types/node": "^12.6.8", | ||
"@types/shelljs": "^0.8.5", | ||
@@ -36,0 +36,0 @@ "conventional-changelog-core": "^3.2.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29240
476