Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.1.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanityURLs",
"version": "3.0.0",
"version": "3.1.0",
"type": "module",
"private": true,
"scripts": {
Expand Down