From 6fd7635e4494da7dd614eda180483921fe45f1c5 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 8 Aug 2020 20:02:40 -0500 Subject: [PATCH] chore(release): 0.4.0-2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b5322..a181493 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index a378fa7..31c039c 100644 --- a/package.json +++ b/package.json @@ -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",