Skip to content

Commit c2e0f30

Browse files
author
Gregg Van Hove
committed
bump version to 3.5
1 parent f2dee59 commit c2e0f30

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bdd"
1010
],
1111
"license": "MIT",
12-
"version": "3.4.0",
12+
"version": "3.5.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/jasmine/jasmine-npm"
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"glob": "^7.1.4",
22-
"jasmine-core": "~3.4.0"
22+
"jasmine-core": "~3.5.0"
2323
},
2424
"bin": "./bin/jasmine.js",
2525
"main": "./lib/jasmine.js",

release_notes/3.5.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Jasmine NPM 3.5 Release Notes
2+
3+
## Summary
4+
5+
This release updates the jasmine-core dependency to 3.5.0. See the
6+
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/3.5.0.md)
7+
for more information.
8+
9+
## Changes
10+
11+
* Use the total time from Jasmine-Core instead of calculating ourself
12+
13+
14+
------
15+
16+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)