diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5ca129..30c68fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.13" + ".": "0.7.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d27c92..f24e572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.14](https://github.com/runfinch/common-tests/compare/v0.7.13...v0.7.14) (2024-02-27) + + +### Bug Fixes + +* use new values of session ([#121](https://github.com/runfinch/common-tests/issues/121)) ([a09ae51](https://github.com/runfinch/common-tests/commit/a09ae519d21f7a6886a54f3c1a36f4d3ea5e8309)) + ## [0.7.13](https://github.com/runfinch/common-tests/compare/v0.7.12...v0.7.13) (2024-02-12)