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",