diff --git a/CHANGELOG.md b/CHANGELOG.md index 313bf30..495f84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.0.0](https://github.com/blackbaud/stache/compare/11.0.0-alpha.1...11.0.0) (2024-09-11) + + +### Features + +* release 11.0.0 ([#98](https://github.com/blackbaud/stache/issues/98)) ([6c6b0bb](https://github.com/blackbaud/stache/commit/6c6b0bb71272adb1afedc5588a201191ae92b9e4)) + ## [11.0.0-alpha.1](https://github.com/blackbaud/stache/compare/11.0.0-alpha.0...11.0.0-alpha.1) (2024-07-26) diff --git a/package-lock.json b/package-lock.json index 0a929da..ab43868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stache", - "version": "11.0.0-alpha.1", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stache", - "version": "11.0.0-alpha.1", + "version": "11.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1afa454..4363f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stache", - "version": "11.0.0-alpha.1", + "version": "11.0.0", "license": "MIT", "scripts": { "build": "nx run-many --target=build --all --parallel",