Skip to content

Commit 49ba7cd

Browse files
chore(release): 2.0.0 [skip ci]
## [it-split-v2.0.0](it-split-v1.0.2...it-split-v2.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * all modules are now published as ESM-only ### Features * convert to typescript ([#28](#28)) ([f8a38bf](f8a38bf)) ### Dependencies * update sibling dependencies ([1415cdd](1415cdd))
1 parent 4bd3de6 commit 49ba7cd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/it-split/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [it-split-v2.0.0](https://github.com/achingbrain/it/compare/it-split-v1.0.2...it-split-v2.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))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([1415cdd](https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938))

packages/it-split/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-split",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Splits Uint8Arrays emitted by an (async) iterable by a delimiter",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)