From 0f47f1eb67d80c8a5fb90057897678e9815f4095 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 08:30:46 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [it-map-v2.0.0](https://github.com/achingbrain/it/compare/it-map-v1.0.6...it-map-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)) --- packages/it-map/CHANGELOG.md | 10 ++++++++++ packages/it-map/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packages/it-map/CHANGELOG.md diff --git a/packages/it-map/CHANGELOG.md b/packages/it-map/CHANGELOG.md new file mode 100644 index 00000000..d91919b2 --- /dev/null +++ b/packages/it-map/CHANGELOG.md @@ -0,0 +1,10 @@ +## [it-map-v2.0.0](https://github.com/achingbrain/it/compare/it-map-v1.0.6...it-map-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)) diff --git a/packages/it-map/package.json b/packages/it-map/package.json index 8befa874..85a243c4 100644 --- a/packages/it-map/package.json +++ b/packages/it-map/package.json @@ -1,6 +1,6 @@ { "name": "it-map", - "version": "1.0.6", + "version": "2.0.0", "description": "Maps the values yielded by an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",