Skip to content

Commit 76b7f00

Browse files
committed
chore(release): 2.0.2
1 parent 9fa9b08 commit 76b7f00

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.1...v2.0.2) (2023-09-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **dist:** do not lint dist directory ([679c20c](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/679c20cf16b9dc10a9bf140c15891c4e8914cbef))
11+
* **package:** correct module path ([a24a176](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a24a17639af2aa67b2b040495c57ed9960bddd8d))
12+
13+
14+
### Build System
15+
16+
* ensure mjs files are linted ([a1096e1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a1096e1a95d32ac30df6efbfc966fc74242cc1df))
17+
* **rollup:** update rollup to es module ([cf37a01](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/cf37a017e7c1514cf077e5b86307e5342c2c680e))
18+
519
### [2.0.1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.0...v2.0.1) (2023-09-21)
620

721

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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)