Skip to content

Commit 79d8771

Browse files
committed
chore(release): 2.0.3
1 parent 9f877fa commit 79d8771

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.3](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.2...v2.0.3) (2023-09-26)
6+
7+
8+
### Build System
9+
10+
* **actions:** add build and lint tests ([eaeaa13](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/eaeaa137ade5d797815b529cab686c872bb194ba))
11+
* **actions:** update checkout to v4 ([964ff6f](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/964ff6f576a6c1778babd8f16d99c45f814e6eec))
12+
* **codeql:** use latest codeql action for all jobs ([c32d5e8](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/c32d5e80d49641f6fe6244d2f0a6b5564d3b6843))
13+
14+
15+
### Documentation
16+
17+
* **readme:** add tests and codeql status ([9f877fa](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/9f877fa827e8a21b8614de4b541584cc4740be20))
18+
519
### [2.0.2](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v2.0.1...v2.0.2) (2023-09-22)
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.2",
3+
"version": "2.0.3",
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)