Skip to content

Commit 101578d

Browse files
author
vidavidorra-release
committed
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.1.16...v3.0.0) (2021-09-19) ### ⚠ BREAKING CHANGES * **header-max-length:** remove support for `chore(peer-deps)` commit message * drop support for node 10 ### Bug Fixes * **deps:** update commitlint monorepo to v13 ([4934d49](4934d49)) * **header-max-length:** remove support for `chore(peer-deps)` commit message ([5d9de55](5d9de55)) ### Tests * add tests for commitlint v13 ([72df5b8](72df5b8)) ### Continuous Integration * **renovate:** disable for commitlint v12 final version ([e0fab73](e0fab73)) ### Build System * drop support for node 10 ([9772b5c](9772b5c)) ### Code Refactoring * **header-max-length:** combine `chore` and `fix` type into a single regex ([26fd286](26fd286))
1 parent 86c01c8 commit 101578d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [3.0.0](https://github.com/vidavidorra/commitlint-config/compare/v2.1.16...v3.0.0) (2021-09-19)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- **header-max-length:** remove support for `chore(peer-deps)` commit message
6+
- drop support for node 10
7+
8+
### Bug Fixes
9+
10+
- **deps:** update commitlint monorepo to v13 ([4934d49](https://github.com/vidavidorra/commitlint-config/commit/4934d492adbcca22838e24a3059a68729903a129))
11+
- **header-max-length:** remove support for `chore(peer-deps)` commit message ([5d9de55](https://github.com/vidavidorra/commitlint-config/commit/5d9de55bafe015b843bb8dedd9e151e54b4a5aad))
12+
13+
### Tests
14+
15+
- add tests for commitlint v13 ([72df5b8](https://github.com/vidavidorra/commitlint-config/commit/72df5b8dccb02f2c486d16e237ca1c880af39a53))
16+
17+
### Continuous Integration
18+
19+
- **renovate:** disable for commitlint v12 final version ([e0fab73](https://github.com/vidavidorra/commitlint-config/commit/e0fab73781e80a7ad356fdd03aafd5f34397bb05))
20+
21+
### Build System
22+
23+
- drop support for node 10 ([9772b5c](https://github.com/vidavidorra/commitlint-config/commit/9772b5c2d8f49a8b802bd71e1afb42b05e050ee0))
24+
25+
### Code Refactoring
26+
27+
- **header-max-length:** combine `chore` and `fix` type into a single regex ([26fd286](https://github.com/vidavidorra/commitlint-config/commit/26fd286d721b6100bd42198311d082fe1123cf63))
28+
129
### [2.1.16](https://github.com/vidavidorra/commitlint-config/compare/v2.1.15...v2.1.16) (2021-05-16)
230

331
### Bug Fixes

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": "2.1.16",
3+
"version": "3.0.0",
44
"description": "commitlint configuration.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)