From e945e211714eb7eba25d78859b1309037635bd17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:54:43 +0000 Subject: [PATCH 1/2] chore(main): release 3.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) 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..b449628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [3.1.0](https://github.com/vanityURLs/code/compare/v3.0.0...v3.1.0) (2026-06-03) + + +### โš  BREAKING CHANGES + +* /expand, localized expand slugs, /_analytics/expand, and expand_result are replaced by /lookup, localized lookup slugs, /_analytics/lookup, and lookup_result with no legacy path support. + +### โœจ Features + +* rename expand previews to lookup ([0dc7ad2](https://github.com/vanityURLs/code/commit/0dc7ad2f790b1e38027cbebc416c2a64bf58df90)) +* rename expand previews to lookup ([3a800a9](https://github.com/vanityURLs/code/commit/3a800a9e9f04e0cca2472f6d451c3fd95efa7fc9)) + + +### ๐Ÿ› 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)) + + +### ๐Ÿงน Chores + +* release as 3.1.0 ([d233649](https://github.com/vanityURLs/code/commit/d233649c08a5a0aaffdb72c16ef87f664a98eca1)) + ## [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": { From 00e6d7dfe6b540fb77f572a6c1400f650605a297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20H=2E=20Dicaire?= Date: Wed, 3 Jun 2026 14:57:20 -0400 Subject: [PATCH 2/2] docs: clean release notes for 3.1.0 --- CHANGELOG.md | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b449628..68504d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,35 +2,30 @@ ## [3.1.0](https://github.com/vanityURLs/code/compare/v3.0.0...v3.1.0) (2026-06-03) - -### โš  BREAKING CHANGES - -* /expand, localized expand slugs, /_analytics/expand, and expand_result are replaced by /lookup, localized lookup slugs, /_analytics/lookup, and lookup_result with no legacy path support. - ### โœจ Features -* rename expand previews to lookup ([0dc7ad2](https://github.com/vanityURLs/code/commit/0dc7ad2f790b1e38027cbebc416c2a64bf58df90)) -* rename expand previews to lookup ([3a800a9](https://github.com/vanityURLs/code/commit/3a800a9e9f04e0cca2472f6d451c3fd95efa7fc9)) - +- 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)) - +- **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)) - - -### ๐Ÿงน Chores - -* release as 3.1.0 ([d233649](https://github.com/vanityURLs/code/commit/d233649c08a5a0aaffdb72c16ef87f664a98eca1)) +- 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)