1
0
Fork 0

chore(release): 0.5.0

This commit is contained in:
Sean Sube 2022-10-08 16:14:49 -05:00
parent a3432aee98
commit f51bb17344
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

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