add change log for 0.1.16
This commit is contained in:
parent
6dafae195d
commit
f65ed6a266
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
## 0.1.14
|
||||||
###### Thu Oct 25 18:34:22 2018 -0400
|
###### Thu Oct 25 18:34:22 2018 -0400
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tolitius/mount",
|
"name": "@tolitius/mount",
|
||||||
"version": "0.1.15",
|
"version": "0.1.16",
|
||||||
"license": "EPL-1.0",
|
"license": "EPL-1.0",
|
||||||
"homepage": "https://github.com/tolitius/mount",
|
"homepage": "https://github.com/tolitius/mount",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue