diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b6a27b..69ead9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.0](https://github.com/blackbaud/stache/compare/9.0.0-alpha.0...9.0.0) (2023-09-14) + + +### Features + +* add support for `@skyux/core@9.0.0` ([#80](https://github.com/blackbaud/stache/issues/80)) ([4dda365](https://github.com/blackbaud/stache/commit/4dda365d7a68da9a671185ed790497618910888b)) + ## [9.0.0-alpha.0](https://github.com/blackbaud/stache/compare/8.1.0...9.0.0-alpha.0) (2023-08-07) diff --git a/package-lock.json b/package-lock.json index bfc08663..41aa8c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stache", - "version": "9.0.0-alpha.0", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stache", - "version": "9.0.0-alpha.0", + "version": "9.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d56adb76..0ef54018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stache", - "version": "9.0.0-alpha.0", + "version": "9.0.0", "license": "MIT", "scripts": { "build": "nx run-many --target=build --all --parallel",