diff --git a/CHANGELOG.md b/CHANGELOG.md index c9071ee..de56e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/eik-lib/sink-memory/compare/v1.1.1...v1.1.2) (2024-08-15) + + +### Bug Fixes + +* generate URL pathnames on Windows hosts ([#5](https://github.com/eik-lib/sink-memory/issues/5)) ([0f37c07](https://github.com/eik-lib/sink-memory/commit/0f37c072b798611e97e911f37b74b25a4a08e744)) + ## [1.1.1](https://github.com/eik-lib/sink-memory/compare/v1.1.0...v1.1.1) (2024-07-29) diff --git a/package.json b/package.json index 7d2eb69..5cf8ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/sink-memory", - "version": "1.1.1", + "version": "1.1.2", "description": "In-memory sink designed for tests.", "main": "lib/main.js", "types": "types/main.d.ts",