Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
bump version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Sep 21, 2019
1 parent cf6416a commit 9687def
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.5.0'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', '~> 3.4.0'
s.add_dependency 'jasmine-core', '~> 3.5.0'
s.add_dependency 'rack', '>= 1.2.1'
s.add_dependency 'rake'
s.add_dependency 'phantomjs'
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jasmine
VERSION = "3.4.0"
VERSION = "3.5.0"
end
16 changes: 16 additions & 0 deletions release_notes/3.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Jasmine Gem 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/jasmine/jasmine/blob/master/release_notes/3.5.0.md)
for more information

## Changes

* Add docs for how to use the new Chrome Headless runner
- Fixes [#308](https://github.com/jasmine/jasmine-gem/issues/308)

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 9687def

Please sign in to comment.