Skip to content

Commit 6188a67

Browse files
committed
chore(release): 2.0.0-beta.0
1 parent 100d9af commit 6188a67

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-beta.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.2.1...v2.0.0-beta.0) (2023-09-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **config:** Projects using the 9.x plugin will need to change to the recommended plugin
11+
* Projects using the 8.x plugin will no longer work.
12+
13+
### Features
14+
15+
* **config:** add other official drupal configs for 9.x ([100d9af](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/100d9af1c4d19c0160e70bbb5dda00745482d385))
16+
* **config:** update 9.x config and rename to recommended ([e286aae](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/e286aae56fc49e69990990a72af91a184e68d9ec))
17+
* remove drupal 8 support ([8d01c4d](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/8d01c4d0386d799f1709b348b067dca6bdc22203))
18+
19+
20+
### Build System
21+
22+
* **npm:** update all dependencies to latest ([511b6d5](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/511b6d5965a9392e650727e0202a3611243bf737))
23+
524
### [1.2.1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.2.0...v1.2.1) (2023-09-21)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-drupal-contrib",
3-
"version": "1.2.1",
3+
"version": "2.0.0-beta.0",
44
"description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)