From 33c5f8cded4c40a86f37b32286cf4b43d7648146 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Tue, 27 Feb 2018 14:16:30 -0800 Subject: [PATCH] bump version to 3.1 --- package.json | 4 ++-- release_notes/3.1.0.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 release_notes/3.1.0.md diff --git a/package.json b/package.json index c0b19cd8..d4b3846d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bdd" ], "license": "MIT", - "version": "3.0.0", + "version": "3.1.0", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine-npm" @@ -19,7 +19,7 @@ }, "dependencies": { "glob": "^7.0.6", - "jasmine-core": "~3.0.0" + "jasmine-core": "~3.1.0" }, "bin": "./bin/jasmine.js", "main": "./lib/jasmine.js", diff --git a/release_notes/3.1.0.md b/release_notes/3.1.0.md new file mode 100644 index 00000000..7fcaf5d2 --- /dev/null +++ b/release_notes/3.1.0.md @@ -0,0 +1,18 @@ +# Jasmine NPM 3.1 Release Notes + +## Summary + +This release updates the jasmine-core dependency to 3.1.0. See the +[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/3.1.0.md) +for more information. + +## Changes + +* Tell Jasmine-core not to handle load errors itself + - Fixes [jasmine/jasmine#1519](https://github.com/jasmine/jasmine/issues/1519) + +* better error reporting when an invalid --reporter is specified + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_