diff --git a/CHANGELOG.md b/CHANGELOG.md index 09853b7b..8323d22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.1](https://github.com/sixfeetup/scaf/compare/v1.8.0...v1.8.1) (2024-07-09) + +### Bug Fixes + +* add missing semantic-release-replace-plugin ([4f99fa2](https://github.com/sixfeetup/scaf/commit/4f99fa28ee82402b11807a97aff2ae28ebe3a4fe)) +* semantic release not updating version in package.json ([70cea4b](https://github.com/sixfeetup/scaf/commit/70cea4b82c8ff55eaa8e918eb2c97021ab908b01)) + ## [1.8.0](https://github.com/sixfeetup/scaf/compare/v1.7.1...v1.8.0) (2024-07-08) ### Features diff --git a/package.json b/package.json index cf63e1f5..aa0367ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scaf", - "version": "1.8.0", + "version": "1.8.1", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1",