conventional-changelog-beemo
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -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 @@ |
@@ -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, |
{ | ||
"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 @@ |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
479
106
0
23221
27