From a31b20420a10e92fcf96445e5ecab6a5bea6fc3d Mon Sep 17 00:00:00 2001 From: ssube Date: Tue, 4 Aug 2020 00:15:26 -0500 Subject: [PATCH] chore(release): 0.4.0-0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1898f..b16453a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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-0](///compare/v0.3.1...v0.4.0-0) (2020-08-04) + + +### ⚠ BREAKING CHANGES + +* usage of the include type now requires a join option + +### Features + +* add join callback to include options 1d07d7c + ### [0.3.1](///compare/v0.3.1-1...v0.3.1) (2020-08-01) ### [0.3.1-1](///compare/v0.3.1-0...v0.3.1-1) (2020-08-01) diff --git a/package.json b/package.json index 07ef169..3d1a150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-yaml-schema", - "version": "0.3.1", + "version": "0.4.0-0", "description": "Extended JS-YAML schema", "keywords": [ "js-yaml",