@lmc-eu/conventional-changelog-lmc-github
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,16 @@ # Change Log | ||
<a name="2.0.2"></a> | ||
## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@2.0.1...@lmc-eu/conventional-changelog-lmc-github@2.0.2) (2022-03-14) | ||
### Chores | ||
- **conventional-changelog:** Set max workers option for jest ([94890c8](https://github.com/lmc-eu/code-quality-tools/commit/94890c8)) | ||
### Tests | ||
- **conventional-changelog:** Use of eslint-config-jest for tests ([6dc7091](https://github.com/lmc-eu/code-quality-tools/commit/6dc7091)) | ||
**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github | ||
<a name="2.0.1"></a> | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@lmc-eu/conventional-changelog-lmc-github", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "conventional-changelog LMC preset for GitHub", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "is-ci || jest" | ||
"test": "is-ci || jest --maxWorkers=50%" | ||
}, | ||
@@ -39,3 +39,3 @@ "dependencies": { | ||
"better-than-before": "^1.0.0", | ||
"conventional-changelog-core": "^4.2.0", | ||
"conventional-changelog-core": "^4.2.4", | ||
"git-dummy-commit": "^1.3.0", | ||
@@ -56,3 +56,3 @@ "jest": "^26.4.2", | ||
}, | ||
"gitHead": "806f5e1ecd31b07dd6b0c4219cb9555cbdc5eb56" | ||
"gitHead": "a49e52cf09c405d8609bac6f692dd0582a2baad1" | ||
} |
Sorry, the diff of this file is not supported yet
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
12577