diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f056d..2813ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.16 +###### Mon Jan 28 10:34:26 2019 -0500 + +* fb52f79 prevent reloading of mount.core ns ([106](https://github.com/tolitius/mount/issues/106)) +* c5f3e4c current-state should return Derefable on :cljc ([104](https://github.com/tolitius/mount/issues/104)) +* c2687d1 silent `*logger*` warning in latest ClojureScript([101](https://github.com/tolitius/mount/issues/101)) +* bb23747 switch form circle to travis + ## 0.1.14 ###### Thu Oct 25 18:34:22 2018 -0400 diff --git a/package.json b/package.json index 3a9039d..20c6406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tolitius/mount", - "version": "0.1.15", + "version": "0.1.16", "license": "EPL-1.0", "homepage": "https://github.com/tolitius/mount", "repository": {