diff --git a/CHANGELOG.md b/CHANGELOG.md index 3835e64..ca81949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.13.1](https://github.com/sixfeetup/scaf/compare/v1.13.0...v1.13.1) (2024-08-28) + +### Bug Fixes + +* move flower to its own deployment refs [#89](https://github.com/sixfeetup/scaf/issues/89) ([#105](https://github.com/sixfeetup/scaf/issues/105)) ([8ff7033](https://github.com/sixfeetup/scaf/commit/8ff7033f115c4a79792c1cf0883798ef3d792c3a)) + ## [1.13.0](https://github.com/sixfeetup/scaf/compare/v1.12.0...v1.13.0) (2024-08-27) ### Features diff --git a/package.json b/package.json index e9a4a6f..4fe1898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scaf", - "version": "1.13.0", + "version": "1.13.1", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1",