Skip to content

Commit

Permalink
release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tolitius committed Oct 25, 2018
1 parent 1acd4fe commit 2d5566a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 0.1.14
###### Thu Oct 25 18:34:22 2018 -0400

* cljs: throw js/Error not just a string ([#100](https://github.com/tolitius/mount/issues/100))
* add ^{:on-lazy-start :throw} ([#95](https://github.com/tolitius/mount/issues/95) and [#99](https://github.com/tolitius/mount/issues/99))
* self hosted ClojureScript support ([#85](https://github.com/tolitius/mount/issues/85) and [#97](https://github.com/tolitius/mount/issues/97))

## 0.1.12
###### Sat Feb 10 14:53:04 2018 -0500

Expand Down
2 changes: 1 addition & 1 deletion build.boot
@@ -1,4 +1,4 @@
(def +version+ "0.1.14-SNAPSHOT")
(def +version+ "0.1.14")

(set-env!
:source-paths #{"src"}
Expand Down

0 comments on commit 2d5566a

Please sign in to comment.