Skip to content

Commit 2002a3f

Browse files
committed
chore(release): 1.1.0
1 parent 8bd5851 commit 2002a3f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [1.1.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.0.0...v1.1.0) (2021-09-27)
6+
7+
8+
### Features
9+
10+
* **config:** add support for Drupal 9.2.x ([8bd5851](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/8bd5851fc51b30ab8901aba6c99f4d8bdfb1b39c))
11+
12+
13+
### Build System
14+
15+
* **npm:** update dependencies and build config ([584b284](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/584b284cd722cb805af9b29d5c1d7e187c1fbad7))
16+
517
## 1.0.0 (2020-09-09)
618

719

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.0.0",
3+
"version": "1.1.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)