diff --git a/package.json b/package.json index 5ed4b1a7..2d774505 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "advance": "0.0.8", "rimraf": "~2.2", "mkdirp": "~0.3", - "splice": "0.0.11", + "splice": "0.0.14", "arguable": "0.0.22" }, "licenses": diff --git a/release.ft b/release.ft index 70259dc4..5f8c1777 100644 --- a/release.ft +++ b/release.ft @@ -14,6 +14,7 @@ The common utility functions are now exported globally. They may move into a uti ### Issue by Issue + * Upgrade Slice to 0.0.14. #455. * Use a `prove` named function in tests. #451. * Upgrade Splice to 0.0.11. #449. * Make default write stage leaf. #448.