1
0
Fork 0

chore(release): 0.4.0-1

This commit is contained in:
ssube 2021-07-10 17:08:17 -05:00
parent 8d7ec07a21
commit 2c13fc064b
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,18 @@
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. 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.4.0-1](https://github.com/ssube/js-utils/compare/v0.4.0-0...v0.4.0-1) (2021-07-10)
### ⚠ BREAKING CHANGES
* the 0.4.x release family will support Node 16+
and drop support for previous versions.
### Features
* upgrade noicejs to 4.0 ([8d7ec07](https://github.com/ssube/js-utils/commit/8d7ec07a2109ff5358599609349502d3b098136d))
## [0.4.0-0](https://github.com/ssube/js-utils/compare/v0.3.0...v0.4.0-0) (2021-07-10) ## [0.4.0-0](https://github.com/ssube/js-utils/compare/v0.3.0...v0.4.0-0) (2021-07-10)

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/js-utils", "name": "@apextoaster/js-utils",
"version": "0.4.0-0", "version": "0.4.0-1",
"description": "utility functions", "description": "utility functions",
"main": "out/main.js", "main": "out/main.js",
"types": "out/index.d.ts", "types": "out/index.d.ts",