1
0
Fork 0

chore(release): 0.4.0-2

This commit is contained in:
ssube 2020-08-08 20:02:40 -05:00
parent 6985a2343e
commit 6fd7635e44
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@
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-2](///compare/v0.4.0-1...v0.4.0-2) (2020-08-09)
### ⚠ BREAKING CHANGES
* this allows multiple schemas to coexist, but requires
each schema to be created with a call to `createSchema`, taking a set
of options that includes the former `includeOptions` singleton.
### Features
* switch to instantiated API, add `createSchema` entrypoint 6985a23
## [0.4.0-1](///compare/v0.4.0-0...v0.4.0-1) (2020-08-05)

View File

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