Skip to content

Commit e355e07

Browse files
Version Packages (#58)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b16e97 commit e355e07

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/modern-sheep-taste.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sec-ant/readable-stream
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 3b16e97: Update iterator-related types to cope with typescript 5.6 changes. See [this writeup](<https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/#strict-builtin-iterator-checks-(and---strictbuiltiniteratorreturn)>) and [this PR](https://github.com/microsoft/TypeScript/pull/58243).
8+
39
## 0.5.0
410

511
### Minor Changes

package.json

+1-1
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.5.0",
5+
"version": "0.6.0",
66
"type": "module",
77
"files": [
88
"./dist"

0 commit comments

Comments
 (0)