diff --git a/bower.json b/bower.json index 7f3b1879..03cbfdca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jasmine-core", - "version": "2.2.0", + "version": "2.2.1", "homepage": "http://jasmine.github.io", "authors": [ "slackersoft " diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index e433f895..d7b879c7 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.2.0" + VERSION = "2.2.1" end end diff --git a/package.json b/package.json index a49929a4..192df5de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.2.0", + "version": "2.2.1", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.2.1.md b/release_notes/2.2.1.md new file mode 100644 index 00000000..431a7f2c --- /dev/null +++ b/release_notes/2.2.1.md @@ -0,0 +1,15 @@ +# Jasmine Core 2.2.1 Release Notes + +## Summary + +This is a hotfix release to fix the packaging for bower + +## Changes + +* Fix missing comma on bower.json + - Merges [#763](https://github.com/jasmine/jasmine/issues/763) from @gabrielhpugliese + - Merges [#764](https://github.com/jasmine/jasmine/issues/764) from @joshuacc + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_