From 9161c02c976c6640a53342bea1291a41dbee3dd0 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 1 Aug 2020 10:47:32 -0500 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0118bd..d780218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.2.1](https://github.com/ssube/js-utils/compare/v0.2.1-0...v0.2.1) (2020-08-01) + ### [0.2.1-0](https://github.com/ssube/js-utils/compare/v0.2.0...v0.2.1-0) (2020-08-01) diff --git a/package.json b/package.json index efb3a77..97b5bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-utils", - "version": "0.2.1-0", + "version": "0.2.1", "description": "utility functions", "main": "out/main.js", "types": "out/index.d.ts",