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.4.0 to 1.5.0

7

CHANGELOG.md

@@ -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 @@

10

lib/constants.js
"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: '🚀',

4

lib/types.d.ts

@@ -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",

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