Skip to content

Commit f41237d

Browse files
committed
Bump version to 2.0
1 parent 1041188 commit f41237d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0] - 2020-04-18
10+
911
## [1.4] - 2020-04-18
1012

1113
### Fixed

jquery.ba-hashchange.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery hashchange event - v1.3 - 7/21/2010
2+
* jQuery hashchange event - v2.0 - 4/18/2020
33
* http://benalman.com/projects/jquery-hashchange-plugin/
44
*
55
* Copyright (c) 2010 "Cowboy" Ben Alman

jquery.ba-hashchange.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-hashchange",
33
"filename": "jquery.ba-hashchange.min.js",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"description": "This jQuery plugin enables very basic bookmarkable #hash history via a cross-browser window.onhashchange event.",
66
"homepage": "http://benalman.com/projects/jquery-hashchange-plugin/",
77
"keywords": [

0 commit comments

Comments
 (0)