From 426eebe1ce2d202c4c36ff123974ec88b073ea62 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Thu, 7 May 2015 14:02:12 -0700 Subject: [PATCH] bump version to 2.3.2 --- bower.json | 2 +- lib/jasmine-core/jasmine.js | 2 +- lib/jasmine-core/version.rb | 2 +- package.json | 2 +- release_notes/2.3.2.md | 14 ++++++++++++++ 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 release_notes/2.3.2.md diff --git a/bower.json b/bower.json index 05a647cb..9b9976f2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jasmine-core", - "version": "2.3.1", + "version": "2.3.2", "homepage": "http://jasmine.github.io", "authors": [ "slackersoft " diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 0217df88..0b6964b7 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.3.1'; + return '2.3.2'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 9385dea4..c12afc88 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.3.1" + VERSION = "2.3.2" end end diff --git a/package.json b/package.json index 94c9a24d..d4bd0b93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.3.1", + "version": "2.3.2", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.3.2.md b/release_notes/2.3.2.md new file mode 100644 index 00000000..84e96e76 --- /dev/null +++ b/release_notes/2.3.2.md @@ -0,0 +1,14 @@ +# Jasmine 2.3.2 Release Notes + +## Summary + +This is a hotfix release to fix a regression with specs declared without a function body + +## Pull Requests & Issues + +* A spec without a function provided should be `pending` not `disabled` + - Fixes [#840](https://github.com/jasmine/jasmine/issues/840) + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_