From 41271c9cfb7c7638c27f6891ad297dd17200d7d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Sep 2020 17:08:55 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/eik-lib/common/compare/v1.0.1...v1.1.0) (2020-09-10) ### Features * add assert functions for schema ([ba3aa28](https://github.com/eik-lib/common/commit/ba3aa28d2450d2ef6ebf58ba716427164f849680)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d9a0ab..23048b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/eik-lib/common/compare/v1.0.1...v1.1.0) (2020-09-10) + + +### Features + +* add assert functions for schema ([ba3aa28](https://github.com/eik-lib/common/commit/ba3aa28d2450d2ef6ebf58ba716427164f849680)) + ## [1.0.1](https://github.com/eik-lib/common/compare/v1.0.0...v1.0.1) (2020-09-10) diff --git a/package.json b/package.json index 6e46611c..6424b51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/common", - "version": "1.0.1", + "version": "1.1.0", "description": "Common utilities for Eik modules", "main": "lib/index.js", "files": [