From 76b7f001d8f11c3a67e73e6cb45ab94b12f31e2d Mon Sep 17 00:00:00 2001 From: Nick Milton Date: Fri, 22 Sep 2023 09:50:27 -0400 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e02f20..39f9415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [2.0.2](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.1...v2.0.2) (2023-09-22) + + +### Bug Fixes + +* **dist:** do not lint dist directory ([679c20c](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/679c20cf16b9dc10a9bf140c15891c4e8914cbef)) +* **package:** correct module path ([a24a176](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a24a17639af2aa67b2b040495c57ed9960bddd8d)) + + +### Build System + +* ensure mjs files are linted ([a1096e1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a1096e1a95d32ac30df6efbfc966fc74242cc1df)) +* **rollup:** update rollup to es module ([cf37a01](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/cf37a017e7c1514cf077e5b86307e5342c2c680e)) + ### [2.0.1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.0...v2.0.1) (2023-09-21) diff --git a/package.json b/package.json index 58b1a2b..c596a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-drupal-contrib", - "version": "2.0.1", + "version": "2.0.2", "description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.", "main": "dist/cjs/index.js", "module": "dist/es/index.js",