diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7a54c193..b869279165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [14.3.0](https://github.com/blackbaud/skyux/compare/14.2.2...14.3.0) (2026-05-04) + + +### Features + +* **sdk/testing:** duplicate jasmine matchers for vitest ([#4385](https://github.com/blackbaud/skyux/issues/4385)) ([b66a41f](https://github.com/blackbaud/skyux/commit/b66a41f73963d0fdf057c37ae293f1d49c36a424)) + ## [14.2.2](https://github.com/blackbaud/skyux/compare/14.2.1...14.2.2) (2026-04-24) diff --git a/package-lock.json b/package-lock.json index 76c4b7528a..56a27338f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "14.2.2", + "version": "14.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "14.2.2", + "version": "14.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab1e5c57ae..7eb2e489e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "14.2.2", + "version": "14.3.0", "license": "MIT", "scripts": { "ng": "nx",