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.5.0 to 1.5.1

6

CHANGELOG.md

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

### 1.5.1 - 2019-10-02
#### 📦 Dependencies
- Updated all to latest.
## 1.5.0 - 2019-07-27

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

5

lib/writerOpts.js

@@ -11,3 +11,6 @@ "use strict";

const constants_1 = require("./constants");
const groupEmojis = constants_1.GROUPS.reduce((data, group) => (Object.assign({}, data, { [group.label]: group.emoji })), {});
const groupEmojis = constants_1.GROUPS.reduce((data, group) => ({
...data,
[group.label]: group.emoji,
}), {});
const sortWeights = {

@@ -14,0 +17,0 @@ Release: 4,

12

package.json
{
"name": "conventional-changelog-beemo",
"version": "1.5.0",
"version": "1.5.1",
"description": "Conventional changelog preset for Beemo and associated projects.",

@@ -24,3 +24,3 @@ "keywords": [

"prettier": "beemo prettier",
"release": "np --yolo --no-yarn",
"release": "npx np --yolo --no-yarn",
"type": "beemo typescript --noEmit",

@@ -33,7 +33,7 @@ "prerelease": "yarn test && yarn run build",

"devDependencies": {
"@milesj/build-tools": "^0.50.4",
"@types/node": "^12.6.8",
"@milesj/build-tools": "^0.57.0",
"@types/node": "^12.7.9",
"@types/shelljs": "^0.8.5",
"conventional-changelog-core": "^3.2.2",
"conventional-recommended-bump": "^5.0.0",
"conventional-changelog-core": "^4.0.0",
"conventional-recommended-bump": "^6.0.0",
"git-dummy-commit": "^1.3.0",

@@ -40,0 +40,0 @@ "shelljs": "^0.8.3"

@@ -43,5 +43,6 @@ # conventional-changelog-beemo

- `docs` - Updates documentation.
- `revert` - Reverts previous or broken code.
- `style` - Updates visual styles, like CSS.
- `security` - Improves security.
- `revert` - Reverts previous or broken code.
- `types` - Updates type system related syntax (TS/Flow).
- `misc` - Catch all for commits that don't align with other types.

@@ -48,0 +49,0 @@

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