From d38a1a0696f66a16cc7a507f7f402fae3ccef04b Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 18 Feb 2022 13:59:46 +0100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a90c6..bb08ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v2.0.0](https://github.com/rubensworks/arrayify-stream.js/compare/v1.0.0...v2.0.0) - 2022-02-18 + +### Changed +* [Convert package to TypeScript ](https://github.com/rubensworks/arrayify-stream.js/commit/c1c4acf1868c374ad4d50d1a35e5fb599b88b837) + ## [v1.0.0] diff --git a/package.json b/package.json index b957cb0..d4a06d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arrayify-stream", - "version": "1.0.0", + "version": "2.0.0", "description": "Converts a Node readable stream into an array", "keywords": [ "stream",