diff --git a/CHANGELOG.md b/CHANGELOG.md index 66147f4..5c90841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.2](https://github.com/achingbrain/it-stream-types/compare/v2.0.1...v2.0.2) (2024-09-11) + +### Bug Fixes + +* update deps ([#48](https://github.com/achingbrain/it-stream-types/issues/48)) ([66fff78](https://github.com/achingbrain/it-stream-types/commit/66fff7800e609178cda360312db595799c9ebced)) + ## [2.0.1](https://github.com/achingbrain/it-stream-types/compare/v2.0.0...v2.0.1) (2023-04-04) diff --git a/package.json b/package.json index a713f94..7f8ab1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-stream-types", - "version": "2.0.1", + "version": "2.0.2", "description": "Typescript types for AsyncIterable sink/source/duplex streams", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",