Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit a601e30

Browse files
committed
0.2.0
1 parent c16996d commit a601e30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# unreleased
22

3+
-
4+
5+
# 0.2.0 - 2015-02-04
6+
37
- Fixed: prevent scrollTo from being converted from false to 0 ([#33](https://github.com/MoOx/pjax/pull/33))
48
- Changed: code exploded in commonjs style
59
- Added: lots of tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pjax",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
55
"keywords": [
66
"pjax",

0 commit comments

Comments
 (0)