Skip to content

Commit 4b85fc2

Browse files
committed
chore(release): 1.2.0
1 parent d759ed6 commit 4b85fc2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.2.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.1.2...v1.2.0) (2022-05-18)
6+
7+
8+
### Features
9+
10+
* **config:** update 9.x config to match drupal core ([43a4283](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/43a42832a46d6da03b80463f7bb5a45f6cb1bb79))
11+
* **config:** update 9.x config to match drupal core ([cf0f6f8](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/cf0f6f8062f90f86ed4344c575442fb99045daab))
12+
13+
14+
### Documentation
15+
16+
* add security policy ([9964d4f](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/9964d4f07026d2ba3e03ce7be23d58b2b0c5dd18))
17+
18+
19+
### Build System
20+
21+
* bump @commitlint/cli from 16.3.0 to 17.0.0 ([38bf44d](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/38bf44d0b372d3e985938e659adca720191518cf))
22+
* bump @commitlint/config-conventional from 16.2.4 to 17.0.0 ([0584b7b](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/0584b7bfaf0c1b800a1be30c2e839430886daed9))
23+
* bump eslint-plugin-yml from 0.13.0 to 0.14.0 ([a3a91e2](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/a3a91e2854916099d130ff39d22734dd2bc50670))
24+
* bump eslint-plugin-yml from 0.14.0 to 0.15.0 ([96a114e](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/96a114e6539817093ebf00dc42688f2788ac31ab))
25+
* bump husky from 7.0.4 to 8.0.1 ([4f01f21](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/4f01f21789b065a00071c2deeb7072be8c702a1b))
26+
* **github:** add CodeQL workflow ([9631304](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/9631304ab222e3fbfbd8d39581874d4b654eeb65))
27+
* **github:** add dependabot ([2514a84](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/2514a8452182cd55864f47d2d933a85e5d7d83ba))
28+
* **npm:** add eslint-plugin-jquery to match drupal core ([b581713](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/b5817139ffcfa717338ef6fb6a618e55a769692f))
29+
530
### [1.1.2](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.1.1...v1.1.2) (2022-02-16)
631

732

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