Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a4334fbfd | ||
|
|
41d9b7e984 | ||
|
|
9951cf7e00 | ||
|
|
2d14c53b11 | ||
|
|
277d9ab4e2 | ||
|
|
4612a056a3 |
@@ -125,7 +125,7 @@ feat(pencil): add 'graphiteWidth' option
|
||||
```
|
||||
perf(pencil): remove graphiteWidth option
|
||||
|
||||
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
|
||||
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons.
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
+8
-6
@@ -9,14 +9,16 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/semantic-release/semantic-release/issues"
|
||||
},
|
||||
"czConfig": {
|
||||
"path": "node_modules/cz-conventional-changelog/"
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@semantic-release/commit-analyzer": "^3.0.1",
|
||||
"@semantic-release/condition-travis": "^6.0.0",
|
||||
"@semantic-release/error": "^1.0.0",
|
||||
"@semantic-release/last-release-npm": "^1.2.1",
|
||||
"@semantic-release/error": "^2.0.0",
|
||||
"@semantic-release/last-release-npm": "^2.0.0",
|
||||
"@semantic-release/release-notes-generator": "^4.0.0",
|
||||
"git-head": "^1.2.1",
|
||||
"github": "^8.0.0",
|
||||
@@ -34,7 +36,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.4",
|
||||
"cz-conventional-changelog": "^1.1.4",
|
||||
"cz-conventional-changelog": "^2.0.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mock-spawn": "^0.2.6",
|
||||
"nixt": "^0.5.0",
|
||||
@@ -47,7 +49,7 @@
|
||||
"tap": "^10.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8",
|
||||
"node": ">=4",
|
||||
"npm": ">=2"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user