Skip to content

Commit

Permalink
[release] v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Nov 2, 2017
1 parent 9d09e21 commit 00811d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.3

* Fix page reload blocking for image links on IE11

0.2.2

* Ignore links with the `data-trigger` attribute, since they trigger other actions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ browsers will be left behind.
Just add the following to your `project.clj`:

```clojure
:dependencies [venantius/accountant "0.2.2"]
:dependencies [venantius/accountant "0.2.3"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject venantius/accountant "0.2.2"
(defproject venantius/accountant "0.2.3"
:description "Navigation for Single-Page Applications Made Easy."
:url "http://github.com/venantius/accountant"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 00811d9

Please sign in to comment.