Skip to content

Commit 6389df7

Browse files
chore(main): release 1.0.2
1 parent 92bd0b5 commit 6389df7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.1"}
1+
{".":"1.0.2"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/voxpelli/buffered-async-iterable/compare/v1.0.1...v1.0.2) (2024-09-13)
4+
5+
6+
### 📚 Documentation
7+
8+
* fix readme example ([8ec2828](https://github.com/voxpelli/buffered-async-iterable/commit/8ec282815064f1df90c88b6468c9529ecf7e2eea))
9+
10+
11+
### 🧹 Chores
12+
13+
* **deps:** update dev dependencies ([92bd0b5](https://github.com/voxpelli/buffered-async-iterable/commit/92bd0b58df1d5bed9699943c6cebb91fb8d8ad8d))
14+
* **deps:** update linting ([50954f0](https://github.com/voxpelli/buffered-async-iterable/commit/50954f0cab9ee170f7ab27cd6b976cd95bde4eae))
15+
* **deps:** update linting dependencies ([#32](https://github.com/voxpelli/buffered-async-iterable/issues/32)) ([1477788](https://github.com/voxpelli/buffered-async-iterable/commit/1477788973735a9b17f59a9b3c3aa3da3f79b781))
16+
* **deps:** update test dependencies ([#31](https://github.com/voxpelli/buffered-async-iterable/issues/31)) ([a15f63a](https://github.com/voxpelli/buffered-async-iterable/commit/a15f63a63e3b0b78716f64925754a5b58f840c0a))
17+
* **deps:** update type dependencies ([#35](https://github.com/voxpelli/buffered-async-iterable/issues/35)) ([3a4c1a0](https://github.com/voxpelli/buffered-async-iterable/commit/3a4c1a05aab71f3a5f77ec4b64ecdff8332087dc))
18+
319
## [1.0.1](https://github.com/voxpelli/buffered-async-iterable/compare/v1.0.0...v1.0.1) (2024-06-24)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buffered-async-iterable",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Creates a prefetched async iterable",
55
"homepage": "http://github.com/voxpelli/buffered-async-iterable",
66
"repository": {

0 commit comments

Comments
 (0)