Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [it-all-v2.0.0](it-all-v1.0.6...it-all-v2.0.0) (2022-10-17)

### ⚠ BREAKING CHANGES

* all modules are now published as ESM-only

### Features

* convert to typescript ([#28](#28)) ([f8a38bf](f8a38bf))
  • Loading branch information
semantic-release-bot committed Oct 17, 2022
1 parent 8bd4bd2 commit 417a1f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/it-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [it-all-v2.0.0](https://github.com/achingbrain/it/compare/it-all-v1.0.6...it-all-v2.0.0) (2022-10-17)


### ⚠ BREAKING CHANGES

* all modules are now published as ESM-only

### Features

* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464))
2 changes: 1 addition & 1 deletion packages/it-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-all",
"version": "1.0.6",
"version": "2.0.0",
"description": "Collects all values from an (async) iterable and returns them as an array",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 417a1f3

Please sign in to comment.