1
0
Fork 0

chore(release): 0.5.0

This commit is contained in:
ssube 2021-07-28 08:11:48 -05:00
parent daf5f8dd38
commit 24bc9a2a03
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 20 additions and 1 deletions

View File

@ -2,6 +2,25 @@
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.5.0](///compare/v0.4.0...v0.5.0) (2021-07-28)
### ⚠ BREAKING CHANGES
* this library is now exposed as a module in
the package.json, and may need to be bundled for environments
that do not have stable support for ES modules. nyc has been
replaced with c8 for coverage.
* the 0.5.x release family will support Node 16+
and drop support for previous versions.
### Features
* expose package as ES module da26ddd
* remove unused lodash dependency fa68a96
* **build:** update eslint config, remove tslint plugins 25b5651
* upgrade noicejs to 4.0 a68534e
## [0.4.0](///compare/v0.4.0-4...v0.4.0) (2021-07-10) ## [0.4.0](///compare/v0.4.0-4...v0.4.0) (2021-07-10)

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/js-yaml-schema", "name": "@apextoaster/js-yaml-schema",
"version": "0.4.0", "version": "0.5.0",
"description": "Extended JS-YAML schema", "description": "Extended JS-YAML schema",
"keywords": [ "keywords": [
"js-yaml", "js-yaml",