Skip to content

Commit 55d85d2

Browse files
chore(release): bump to v1.2.1
1 parent 7ccb34e commit 55d85d2

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/cffnpwr/eslint-config/compare/v1.2.0...v1.2.1) (2026-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: semantic pr titleの権限問題を修正 ([#65](https://github.com/cffnpwr/eslint-config/issues/65)) ([9a89548](https://github.com/cffnpwr/eslint-config/commit/9a89548a9765ad0864de123bb4eb240328919d23))
9+
* **deps:** :package: update dependency eslint-plugin-perfectionist to v5.7.0 ([#69](https://github.com/cffnpwr/eslint-config/issues/69)) ([7d06386](https://github.com/cffnpwr/eslint-config/commit/7d06386a2527151722e107f19416eb0f692b613a))
10+
* **deps:** :package: update dependency typescript-eslint to v8.57.1 ([#68](https://github.com/cffnpwr/eslint-config/issues/68)) ([68c093e](https://github.com/cffnpwr/eslint-config/commit/68c093e5bb48056a6b60e0214272a8795abc1739))
11+
* **deps:** :package: update dependency typescript-eslint to v8.57.2 ([#76](https://github.com/cffnpwr/eslint-config/issues/76)) ([7ccb34e](https://github.com/cffnpwr/eslint-config/commit/7ccb34ea9c7e89c9aed6467f73d270e729ee61d6))
12+
313
## [1.2.0](https://github.com/cffnpwr/eslint-config/compare/v1.1.3...v1.2.0) (2026-03-18)
414

515

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@cffnpwr/eslint-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cffnpwr/eslint-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"description": "Common ESLint configuration for cffnpwr",
66
"homepage": "https://github.com/cffnpwr/eslint-config",

0 commit comments

Comments
 (0)