From 6389df7062f8c0d3b29ac955fd15a7965196add5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:14:48 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7dca81b..2f3104c 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fca91c..847adf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.2](https://github.com/voxpelli/buffered-async-iterable/compare/v1.0.1...v1.0.2) (2024-09-13) + + +### ๐Ÿ“š Documentation + +* fix readme example ([8ec2828](https://github.com/voxpelli/buffered-async-iterable/commit/8ec282815064f1df90c88b6468c9529ecf7e2eea)) + + +### ๐Ÿงน Chores + +* **deps:** update dev dependencies ([92bd0b5](https://github.com/voxpelli/buffered-async-iterable/commit/92bd0b58df1d5bed9699943c6cebb91fb8d8ad8d)) +* **deps:** update linting ([50954f0](https://github.com/voxpelli/buffered-async-iterable/commit/50954f0cab9ee170f7ab27cd6b976cd95bde4eae)) +* **deps:** update linting dependencies ([#32](https://github.com/voxpelli/buffered-async-iterable/issues/32)) ([1477788](https://github.com/voxpelli/buffered-async-iterable/commit/1477788973735a9b17f59a9b3c3aa3da3f79b781)) +* **deps:** update test dependencies ([#31](https://github.com/voxpelli/buffered-async-iterable/issues/31)) ([a15f63a](https://github.com/voxpelli/buffered-async-iterable/commit/a15f63a63e3b0b78716f64925754a5b58f840c0a)) +* **deps:** update type dependencies ([#35](https://github.com/voxpelli/buffered-async-iterable/issues/35)) ([3a4c1a0](https://github.com/voxpelli/buffered-async-iterable/commit/3a4c1a05aab71f3a5f77ec4b64ecdff8332087dc)) + ## [1.0.1](https://github.com/voxpelli/buffered-async-iterable/compare/v1.0.0...v1.0.1) (2024-06-24) diff --git a/package.json b/package.json index 896f655..1c38a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buffered-async-iterable", - "version": "1.0.1", + "version": "1.0.2", "description": "Creates a prefetched async iterable", "homepage": "http://github.com/voxpelli/buffered-async-iterable", "repository": {