Skip to content

Commit 86daa47

Browse files
committed
[release] v0.2.0
1 parent 3d0b3df commit 86daa47

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2.0
2+
* Fixes a bug wherein clicking a link to the same page the user was on would trigger a full page refresh.
3+
14
0.1.9
25
* Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ browsers will be left behind.
2222
Just add the following to your `project.clj`:
2323

2424
```clojure
25-
:dependencies [venantius/accountant "0.1.9"]
25+
:dependencies [venantius/accountant "0.2.0"]
2626
```
2727

2828
## Usage

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject venantius/accountant "0.1.9"
1+
(defproject venantius/accountant "0.2.0"
22
:description "Navigation for Single-Page Applications Made Easy."
33
:url "http://github.com/venantius/accountant"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)