Skip to content

Commit 4c36464

Browse files
chore(main): release 1.0.1 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1fdcda2 commit 4c36464

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.0"}
1+
{".":"1.0.1"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/voxpelli/buffered-async-iterable/compare/v1.0.0...v1.0.1) (2024-06-24)
4+
5+
6+
### 🧹 Chores
7+
8+
* **deps:** update dev deps ([1bf86a4](https://github.com/voxpelli/buffered-async-iterable/commit/1bf86a48a7653603734a0a0abc02a9b80e0dc466))
9+
* **deps:** update to neostandard based linting ([b4f8b57](https://github.com/voxpelli/buffered-async-iterable/commit/b4f8b5771a81339ad715a23630733695de520920))
10+
* **deps:** update type dependencies ([1fdcda2](https://github.com/voxpelli/buffered-async-iterable/commit/1fdcda2bd7a1aba24fea2cfc410756f64131883a))

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.0",
3+
"version": "1.0.1",
44
"description": "Creates a prefetched async iterable",
55
"homepage": "http://github.com/voxpelli/buffered-async-iterable",
66
"repository": {

0 commit comments

Comments
 (0)