Skip to content

Commit 707e8aa

Browse files
github-actions[bot]Sec-ant
authored andcommitted
chore(release): v0.4.1
1 parent 82a7030 commit 707e8aa

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/mighty-meals-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sec-ant/readable-stream
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 82a7030: Fix package.json main and module entry point.
8+
39
## 0.4.0
410

511
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sec-ant/readable-stream",
33
"description": "A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.",
44
"private": false,
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"type": "module",
77
"files": ["./dist"],
88
"main": "./dist/index/index.js",

0 commit comments

Comments
 (0)