diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b691d6..ea95a4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "4.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 972d35d..b9f5f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## [4.1.1](https://github.com/ascorbic/unpic/compare/v4.1.0...v4.1.1) (2025-02-03) + + +### Bug Fixes + +* correct exports ([#163](https://github.com/ascorbic/unpic/issues/163)) ([74ce895](https://github.com/ascorbic/unpic/commit/74ce895d8f0d2c7a97ea27639b2cd7755783bd32)) +* export utility functions ([#165](https://github.com/ascorbic/unpic/issues/165)) ([98c7c75](https://github.com/ascorbic/unpic/commit/98c7c75b9bfee98fe3ee2f9d569f41aeaab44ac3)) + ## [4.1.0](https://github.com/ascorbic/unpic/compare/v4.0.1...v4.1.0) (2025-02-02) diff --git a/version.txt b/version.txt index ee74734..627a3f4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.1.0 +4.1.1