Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Sec-ant committed Mar 16, 2024
1 parent 0398fc0 commit 4ea935a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/few-papayas-peel.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 0398fc0: Restructure codebase and export ponyfill entry points.

**BREAKING CHANGE**: The API is redesgined. Check [REAMDE.md](https://github.com/Sec-ant/readable-stream/blob/main/README.md) for details.
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.3.2",
"version": "0.4.0",
"type": "module",
"files": ["./dist"],
"main": "./dist/index.js",
Expand Down

0 comments on commit 4ea935a

Please sign in to comment.