Skip to content

Commit cd08da8

Browse files
committed
chore(release): 1.2.1
1 parent 9230835 commit cd08da8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.1](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.2.0...v1.2.1) (2023-09-21)
6+
7+
8+
### Documentation
9+
10+
* **github:** update to reflect change to 1.x branch ([d375f07](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/d375f07f90e3107b4059945f68419c00428f570d))
11+
12+
13+
### Build System
14+
15+
* bump eslint-plugin-yml from 0.15.0 to 1.0.0 ([060d616](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/060d6163675f0c287bf8868e30a6a18cef944b82))
16+
* bump lint-staged from 12.5.0 to 13.0.1 ([c28396e](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/c28396e9aa60fc324427a92210267112b85b2544))
17+
* bump prettier from 2.8.8 to 3.0.0 ([6b0fc0c](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/6b0fc0c0cd3f98ecdf600b2e7ab17b5d8bb50842))
18+
* **codeql:** update to check against *.x branches ([9230835](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/commit/9230835f07ef47567ce6ce52675ba07a570831a8))
19+
520
## [1.2.0](https://github.com/coldfrontlabs/eslint-plugin-drupal-contrib/compare/v1.1.2...v1.2.0) (2022-05-18)
621

722

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