diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 480b4ba..68504d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [3.1.0](https://github.com/vanityURLs/code/compare/v3.0.0...v3.1.0) (2026-06-03) + +### ✨ Features + +- rename expand previews to lookup + ([0dc7ad2](https://github.com/vanityURLs/code/commit/0dc7ad2f790b1e38027cbebc416c2a64bf58df90)) + +### 🐛 Bug Fixes + +- **doctor:** compare formatted product pages + ([050b209](https://github.com/vanityURLs/code/commit/050b2090f9c6f0d0ba2cc4e713a5ee137155d90d)) +- shorten jurisdiction setup prompt + ([cc6b9d8](https://github.com/vanityURLs/code/commit/cc6b9d8d1dd5839f5964b734f6c6bd492a1f7cd2)) +- **test:** allow consolidated doctor fixes + ([9b5de8c](https://github.com/vanityURLs/code/commit/9b5de8c837b2ea8c47824dadec5ce6ce5aeb8f14)) +- **test:** compare product pages semantically + ([b7fb59d](https://github.com/vanityURLs/code/commit/b7fb59d4ef89a1f6b838055da5d4fc86f0e6a24c)) +- **test:** tolerate formatted slogan markup + ([bc2695b](https://github.com/vanityURLs/code/commit/bc2695ba0c8ae15d67adbbfd81b313118f171653)) +- **test:** verify product page repair semantically + ([3f55650](https://github.com/vanityURLs/code/commit/3f55650405d99e87aa7623ba97b3c76fb96e86e4)) + +### 💚 Continuous Integration + +- updated release-please workflow + ([3d0c73d](https://github.com/vanityURLs/code/commit/3d0c73d87962473a32435370af8c7c1860126c8e)) + ## [3.0.0](https://github.com/vanityURLs/code/compare/v2.9.0...v3.0.0) (2026-06-01) ### Features diff --git a/package-lock.json b/package-lock.json index 5463fd1..eeefa99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vanityURLs", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vanityURLs", - "version": "3.0.0", + "version": "3.1.0", "devDependencies": { "prettier": "^3.8.3", "svgo": "^4.0.1" diff --git a/package.json b/package.json index feb6254..ed439c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanityURLs", - "version": "3.0.0", + "version": "3.1.0", "type": "module", "private": true, "scripts": {