diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a9f3a..5e02f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.0...v2.0.1) (2023-09-21) + + +### Documentation + +* **github:** update to reflect new version ([1cce44f](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/1cce44fd76748de48b71a64aea2f20542bbef92c)) + ## [2.0.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.0-beta.1...v2.0.0) (2023-09-21) diff --git a/package.json b/package.json index 8da365a..fbf0c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-drupal-contrib", - "version": "2.0.0", + "version": "2.0.1", "description": "An ESLint plugin to match the Drupal standard for contrib modules and themes.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",