diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 652c1dc..78eef95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.2"} \ No newline at end of file +{".":"0.1.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 001b201..16df475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/didil/inhooks/compare/v0.1.2...v0.1.3) (2023-05-15) + + +### Features + +* exponential retries ([#31](https://github.com/didil/inhooks/issues/31)) ([2f8ff7f](https://github.com/didil/inhooks/commit/2f8ff7fd04cc7d9096145a15f6969257c2cc5ae4)) + ## [0.1.2](https://github.com/didil/inhooks/compare/v0.1.1...v0.1.2) (2023-05-14)