Skip to content

Commit 740f38c

Browse files
chore(release): bump to v1.2.1
1 parent 482020f commit 740f38c

4 files changed

Lines changed: 14 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/cffnpwr/eslint-config/compare/v1.2.0...v1.2.1) (2026-04-04)
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+
* **deps:** :package: update dependency typescript-eslint to v8.58.0 ([#83](https://github.com/cffnpwr/eslint-config/issues/83)) ([8fb355c](https://github.com/cffnpwr/eslint-config/commit/8fb355cd484f3a179229739bb40f01e21f7299b4))
13+
314
## [1.2.0](https://github.com/cffnpwr/eslint-config/compare/v1.1.3...v1.2.0) (2026-03-18)
415

516

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)