Skip to content

Commit

Permalink
chore(release): v0.5.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Sec-ant and github-actions[bot] authored Jul 21, 2024
1 parent 7cb5954 commit f27d293
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .changeset/gorgeous-geckos-look.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sec-ant/readable-stream

## 0.5.0

### Minor Changes

- 7cb5954: Refactor `asyncIterator` ponyfill API

**BREAKING**: The `asyncIterator` from the ponyfill API is refactored, you should now use it like this:

```ts
asyncIterator(readableStream);
```

instead of

```ts
asyncIterator.call(readableStream);
```

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sec-ant/readable-stream",
"description": "A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.",
"private": false,
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"files": ["./dist"],
"main": "./dist/index/index.js",
Expand Down

0 comments on commit f27d293

Please sign in to comment.