diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5d08a..d23390c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [19.0.0](https://github.com/mu-lib/mu-jquery-app/compare/v18.1.0...v19.0.0) (2017-04-23) + + +### Bug Fixes + +* bumped deps and renamed bundle ([54f2074](https://github.com/mu-lib/mu-jquery-app/commit/54f2074)) + + +### BREAKING CHANGES + +* Deps bring breaking changes. Also pay attention to the bundle rename. + + + # [18.1.0](https://github.com/mu-lib/mu-jquery-app/compare/v18.0.0...v18.1.0) (2017-04-22) diff --git a/bower.json b/bower.json index 7fa64ba..527539f 100644 --- a/bower.json +++ b/bower.json @@ -24,5 +24,5 @@ "qunit": "^2.3.2", "jquery": "^3.2.1" }, - "version": "18.1.0" + "version": "19.0.0" } diff --git a/package.json b/package.json index 8a0f11b..85219cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mu-jquery-app", - "version": "18.1.0", + "version": "19.0.0", "description": "A jQuery app example", "main": "dist/mu-jquery-app.js", "scripts": {