Skip to content

Commit c572706

Browse files
chore(release): 3.0.0 [skip ci]
## [it-buffer-stream-v3.0.0](it-buffer-stream-v2.0.2...it-buffer-stream-v3.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * all modules are now published as ESM-only ### Features * convert to typescript ([#28](#28)) ([f8a38bf](f8a38bf))
1 parent 1415cdd commit c572706

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [it-buffer-stream-v3.0.0](https://github.com/achingbrain/it/compare/it-buffer-stream-v2.0.2...it-buffer-stream-v3.0.0) (2022-10-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* all modules are now published as ESM-only
7+
8+
### Features
9+
10+
* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464))

packages/it-buffer-stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-buffer-stream",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "An async iterator that emits buffers containing bytes up to a certain length",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)