Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Sep 12, 2016
1 parent 800cf39 commit ba8255d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.0.0"></a>
# [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.



<a name="2.2.0"></a>
# [2.2.0](https://github.com/mu-lib/mu-compose/compare/v2.1.1...v2.2.0) (2016-09-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mu-compose",
"version": "2.2.0",
"version": "3.0.0",
"description": "A micro object composer",
"main": "compose.js",
"scripts": {
Expand Down

0 comments on commit ba8255d

Please sign in to comment.