From ba8255d23a22535f6702c4256f2e4522a0f9a963 Mon Sep 17 00:00:00 2001 From: Mikael Karon Date: Tue, 13 Sep 2016 01:32:10 +0200 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82608a..9c449b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [3.0.0](https://github.com/mu-lib/mu-compose/compare/v2.2.0...v3.0.0) (2016-09-12) + + +### Features + +* allow safe extension of rules and blueprints ([800cf39](https://github.com/mu-lib/mu-compose/commit/800cf39)) + + +### BREAKING CHANGES + +* this commit allows for a safer extension point and thus +the old .rules and .blueprints properties are now removed. + + + # [2.2.0](https://github.com/mu-lib/mu-compose/compare/v2.1.1...v2.2.0) (2016-09-12) diff --git a/package.json b/package.json index e0902ff..683502e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mu-compose", - "version": "2.2.0", + "version": "3.0.0", "description": "A micro object composer", "main": "compose.js", "scripts": {