diff --git a/CHANGELOG.md b/CHANGELOG.md index 42210ed..ddd01ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2026-07-14 + ### Fixed - Release packaging omitted `checks.js`, so published `.zip`/`.xpi` builds @@ -21,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 while it is open. - A corrupted stored preference value no longer desyncs the toggle label from the actual sort order; anything unrecognized falls back to newest. - - Status-word matching in the checks indicator uses word boundaries, so a check _named_ e.g. `failover-suite` or `cancellation-service` that passed is no longer misreported as failing. @@ -70,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 day), including the modern React-rendered Commits page. - Firefox support (Manifest V3, signed `.xpi`). -[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.2.0 [1.1.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.1.0 [1.0.6]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.0.6 diff --git a/manifest.json b/manifest.json index b444597..4be6ce7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "GitHub PR Reverse Comments", - "version": "1.1.0", + "version": "1.2.0", "description": "Sort GitHub PR comments and commits in reverse chronological order (newest first), with a toggle.", "permissions": ["storage"], "host_permissions": ["https://github.com/*"], diff --git a/package-lock.json b/package-lock.json index ffb6331..ba48a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-pr-reverse-comments", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-pr-reverse-comments", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 2e8087f..b67a694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-pr-reverse-comments", - "version": "1.1.0", + "version": "1.2.0", "description": "Dev tooling for the GitHub PR Reverse Comments browser extension. The extension itself has no build step; these scripts only lint, format, test, and package it.", "private": true, "repository": {