diff --git a/CHANGELOG.md b/CHANGELOG.md index 306268c..23c0e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [1.0.1](https://github.com/mu-lib/mu-compose/compare/v1.0.0...v1.0.1) (2016-09-03) + + +### Bug Fixes + +* UMD fixes ([11515fd](https://github.com/mu-lib/mu-compose/commit/11515fd)) + + + # 1.0.0 (2016-09-02) diff --git a/package.json b/package.json index 9619787..a3c3549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mu-jquery-compose", - "version": "1.0.0", + "version": "1.0.1", "description": "A micro object composer", "main": "coppose.js", "scripts": {