diff --git a/CHANGELOG.md b/CHANGELOG.md index beb7a334..2c4650ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.43.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.42.1...v1.43.0) (2024-08-27) + + +### Features + +* **prefix:** L3-3379 - change prefix and update any hard coded references ([#281](https://github.com/PhillipsAuctionHouse/seldon/issues/281)) ([617418e](https://github.com/PhillipsAuctionHouse/seldon/commit/617418e9d76372dae5179f600548de97d02ff9cf)) + ## [1.42.1](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.42.0...v1.42.1) (2024-08-27) diff --git a/package-lock.json b/package-lock.json index fe872dba..0cf6a39c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phillips/seldon", - "version": "1.42.1", + "version": "1.43.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phillips/seldon", - "version": "1.42.1", + "version": "1.43.0", "dependencies": { "@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-dialog": "^1.1.1", diff --git a/package.json b/package.json index 6ad315e3..9f8b53a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.42.1", + "version": "1.43.0", "repository": { "type": "git", "url": "https://github.com/PhillipsAuctionHouse/seldon"