diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 54c490a..38aca26 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{ ".": "0.5.1" } +{".":"0.5.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..25e2f08 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.5.2](https://github.com/thessem/zap-prettyconsole/compare/v0.5.1...v0.5.2) (2024-08-23) + + +### Continuous Integration + +* Add basic GitHub actions configuration for release ([#12](https://github.com/thessem/zap-prettyconsole/issues/12)) ([e571c45](https://github.com/thessem/zap-prettyconsole/commit/e571c45dd3baa0b13ce04285f46a023d2db04655)) +* Add tests and benchmarks to CI ([#14](https://github.com/thessem/zap-prettyconsole/issues/14)) ([00985c8](https://github.com/thessem/zap-prettyconsole/commit/00985c88d19ba66a3eee21a199efb8cebfb34b7b))