1
0
Fork 0

chore(release): 0.5.0-1

This commit is contained in:
Sean Sube 2022-10-08 15:42:59 -05:00
parent 46a1b0df10
commit a3432aee98
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
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-1](https://github.com/ssube/js-utils/compare/v0.5.0-0...v0.5.0-1) (2022-10-08)
### Bug Fixes
* **build:** correct entrypoint ([46a1b0d](https://github.com/ssube/js-utils/commit/46a1b0df1029c79f8459bfd05620debd544fd63d))
## [0.5.0-0](https://github.com/ssube/js-utils/compare/v0.4.1...v0.5.0-0) (2022-10-08)

View File

@ -1,6 +1,6 @@
{
"name": "@apextoaster/js-utils",
"version": "0.5.0-0",
"version": "0.5.0-1",
"description": "utility functions",
"type": "module",
"main": "out/src/index.js",