diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fa8b9..56d2f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.2](https://github.com/atani/form-bookmark/compare/form-bookmark-v1.2.1...form-bookmark-v1.2.2) (2026-05-12) + + +### Bug Fixes + +* **ci:** auto-fix pinact failure ([#44](https://github.com/atani/form-bookmark/issues/44)) ([b73098b](https://github.com/atani/form-bookmark/commit/b73098b1d2bc83bd27d8667872876ecfd632d8d5)) + + +### Dependencies + +* bump ip-address from 10.1.0 to 10.2.0 ([#42](https://github.com/atani/form-bookmark/issues/42)) ([1710189](https://github.com/atani/form-bookmark/commit/1710189b3c1127e5e94ec3586def0be6f1503d69)) +* bump jest from 30.3.0 to 30.4.2 ([#46](https://github.com/atani/form-bookmark/issues/46)) ([7043dae](https://github.com/atani/form-bookmark/commit/7043dae21ac4807a2185d5707f33674f3019c53e)) +* bump puppeteer from 24.42.0 to 24.43.1 ([#47](https://github.com/atani/form-bookmark/issues/47)) ([6cd94f9](https://github.com/atani/form-bookmark/commit/6cd94f9cad927715f57e492eda43706b549d926a)) + ## [1.2.1](https://github.com/atani/form-bookmark/compare/form-bookmark-v1.2.0...form-bookmark-v1.2.1) (2026-04-20) diff --git a/manifest.json b/manifest.json index 5f1f269..3f07c98 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "1.2.1", + "version": "1.2.2", "description": "__MSG_extensionDescription__", "default_locale": "ja", "permissions": [ diff --git a/package-lock.json b/package-lock.json index 973c8bd..3e4c452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-bookmark", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "form-bookmark", - "version": "1.2.1", + "version": "1.2.2", "devDependencies": { "jest": "^30.4.2", "puppeteer": "^24.43.1" diff --git a/package.json b/package.json index 5a8d4e3..f65f36b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "form-bookmark", - "version": "1.2.1", + "version": "1.2.2", "description": "Chrome extension to save and restore form inputs for testing", "scripts": { "test": "jest",