Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit d3d4bcf

Browse files
committed
Bump version to 0.9.1, add CHANGELOG.md
1 parent 4457b88 commit d3d4bcf

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changes
2+
3+
## 0.9.1 - 2013-12-14
4+
5+
Fixes:
6+
7+
- Performance: only replace fragment if it's different (@erikperson)
8+
9+
## 0.9.0 - 2013-05-16
10+
11+
Scrollomatic! (@robhruska)

scrollomatic.jquery.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollomatic",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44

55
"title": "scrollomatic",
66
"description": "jQuery plugin for fragment scrolling with URL manipulation and support for fixed headers.",
@@ -10,7 +10,8 @@
1010
"fragment",
1111
"hash",
1212
"navigation",
13-
"links"
13+
"links",
14+
"smooth-scroll"
1415
],
1516
"author": {
1617
"name": "Rob Hruska",
@@ -21,7 +22,7 @@
2122
}],
2223
"licenses": [{
2324
"type": "MIT",
24-
"url": "https://github.com/robhruska/scrollomatic/blob/master/MIT-LICENSE.txt"
25+
"url": "https://github.com/hudl/scrollomatic/blob/master/MIT-LICENSE.txt"
2526
}],
2627
"demo": "http://robhruska.github.io/scrollomatic/scrollomatic-demo.html",
2728
"dependencies": {

0 commit comments

Comments
 (0)