Skip to content

Commit 8403c2f

Browse files
author
vidavidorra-release
committed
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.7.1...v2.0.0) (2023-06-19) ### ⚠ BREAKING CHANGES * drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days ### Features * drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days ([91c872b](91c872b)) ### Continuous Integration * **renovate:** disable for commitlint v16 final version ([7cb48af](7cb48af))
1 parent f5d6016 commit 8403c2f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.0.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.7.1...v2.0.0) (2023-06-19)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days
6+
7+
### Features
8+
9+
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days ([91c872b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/91c872b77560fbe79008536ae6a7f2ba2808442b))
10+
11+
### Continuous Integration
12+
13+
- **renovate:** disable for commitlint v16 final version ([7cb48af](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7cb48af598025adc12ad8b54c0a2da3511ad49d4))
14+
115
## [2.0.0-beta.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-06-19)
216

317
### Continuous Integration

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-function-rules",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)