Skip to content

Commit 211c652

Browse files
author
vidavidorra-release
committed
chore(release): 1.0.7 [skip ci]
### [1.0.7](v1.0.6...v1.0.7) (2020-09-27) ### Miscellaneous Chores * rename `build:clean` script to `build:clean-first` ([7166838](7166838)) * **deps:** update dependency eslint-config-prettier to v6.12.0 ([#5](#5)) ([8ec923b](8ec923b)) ### Tests * **end-to-end:** rename build script to `build:clean-first` ([1c93b6d](1c93b6d)) ### Continuous Integration * run full tests in lint-staged ([c9b5cc3](c9b5cc3))
1 parent c9b5cc3 commit 211c652

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### [1.0.7](https://github.com/vidavidorra/commitlint-config/compare/v1.0.6...v1.0.7) (2020-09-27)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* rename `build:clean` script to `build:clean-first` ([7166838](https://github.com/vidavidorra/commitlint-config/commit/71668380143a80f1fe2617c03e5ba45ecb855fd9))
7+
* **deps:** update dependency eslint-config-prettier to v6.12.0 ([#5](https://github.com/vidavidorra/commitlint-config/issues/5)) ([8ec923b](https://github.com/vidavidorra/commitlint-config/commit/8ec923b8e64c82ff8f0503ed659b11f1f1f65f0b))
8+
9+
10+
### Tests
11+
12+
* **end-to-end:** rename build script to `build:clean-first` ([1c93b6d](https://github.com/vidavidorra/commitlint-config/commit/1c93b6d98441730d578f6f73b3a78a653ca2db67))
13+
14+
15+
### Continuous Integration
16+
17+
* run full tests in lint-staged ([c9b5cc3](https://github.com/vidavidorra/commitlint-config/commit/c9b5cc38a8a1f6e9bde1151e3f65ddc39882c4ab))
18+
119
### [1.0.6](https://github.com/vidavidorra/commitlint-config/compare/v1.0.5...v1.0.6) (2020-09-27)
220

321

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vidavidorra/commitlint-config",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "commitlint configuration.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)