From f51bb1734462a58903ed84bf4f1304fdde22870b Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 8 Oct 2022 16:14:49 -0500 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48a209..2a19853 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.5.0](https://github.com/ssube/js-utils/compare/v0.5.0-1...v0.5.0) (2022-10-08) + ## [0.5.0-1](https://github.com/ssube/js-utils/compare/v0.5.0-0...v0.5.0-1) (2022-10-08) diff --git a/package.json b/package.json index 2a27f46..0d00eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-utils", - "version": "0.5.0-1", + "version": "0.5.0", "description": "utility functions", "type": "module", "main": "out/src/index.js",