From 679d32e66e3696cf84a5255263e76c85341f49e1 Mon Sep 17 00:00:00 2001 From: westeezy Date: Tue, 1 Mar 2022 15:01:19 +0000 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe698c4..11be2454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/krakenjs/belter/compare/v2.0.0...v2.0.1) (2022-03-01) + + +* update zalgo-promise to v2 ([#90](https://github.com/krakenjs/belter/issues/90)) ([6e570e5](https://github.com/krakenjs/belter/commit/6e570e5388d6ad752f1ff88f0b3d6fb39f44f08d)) + ## [2.0.0](https://github.com/krakenjs/belter/compare/v1.0.190...v2.0.0) (2022-02-28) diff --git a/package.json b/package.json index 681a5e62..fcb0786e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@krakenjs/belter", - "version": "2.0.0", + "version": "2.0.1", "description": "Utilities.", "main": "index.js", "scripts": {