chore(release): 0.4.0-2
This commit is contained in:
parent
6985a2343e
commit
6fd7635e44
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue