From c2e0f3020c3f3041563fc9117fcf2a790b7ddc09 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Fri, 20 Sep 2019 17:04:23 -0700 Subject: [PATCH] bump version to 3.5 --- package.json | 4 ++-- release_notes/3.5.0.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 release_notes/3.5.0.md diff --git a/package.json b/package.json index 699a793f..46001800 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bdd" ], "license": "MIT", - "version": "3.4.0", + "version": "3.5.0", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine-npm" @@ -19,7 +19,7 @@ }, "dependencies": { "glob": "^7.1.4", - "jasmine-core": "~3.4.0" + "jasmine-core": "~3.5.0" }, "bin": "./bin/jasmine.js", "main": "./lib/jasmine.js", diff --git a/release_notes/3.5.0.md b/release_notes/3.5.0.md new file mode 100644 index 00000000..b513aa76 --- /dev/null +++ b/release_notes/3.5.0.md @@ -0,0 +1,16 @@ +# Jasmine NPM 3.5 Release Notes + +## Summary + +This release updates the jasmine-core dependency to 3.5.0. See the +[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/3.5.0.md) +for more information. + +## Changes + +* Use the total time from Jasmine-Core instead of calculating ourself + + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_