Skip to content

Commit 8472da7

Browse files
author
vidavidorra-release
committed
chore(release): 2.0.0-beta.1 [skip ci]
## [2.0.0-beta.1](v1.7.1...v2.0.0-beta.1) (2023-04-17) ### ⚠ 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))
1 parent 0717ed8 commit 8472da7

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.0-beta.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.7.1...v2.0.0-beta.1) (2023-04-17)
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+
111
### [1.7.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.7.0...v1.7.1) (2022-05-22)
212

313
### Tests

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": "1.7.1",
3+
"version": "2.0.0-beta.1",
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)