Skip to content

Commit

Permalink
chore(release): 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Apr 23, 2017
1 parent 54f2074 commit 65bb39b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

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



<a name="18.1.0"></a>
# [18.1.0](https://github.com/mu-lib/mu-jquery-app/compare/v18.0.0...v18.1.0) (2017-04-22)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -24,5 +24,5 @@
"qunit": "^2.3.2",
"jquery": "^3.2.1"
},
"version": "18.1.0"
"version": "19.0.0"
}
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 65bb39b

Please sign in to comment.