From da7ac2ef6e92a533e447d76d68661e06a5fa1231 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 5 Nov 2019 19:46:16 -0500 Subject: [PATCH] changelog --- Changes | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2971f9a..cc6f3f0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # Revision history for Updux +1.1.0 2019-11-05 + - Document mapping behavior of the '*' subdux. + - add subduxUpreducer. + - add sink mutations. + 1.0.0 2019-11-04 - Pretty big rework. - Better documentation. diff --git a/package.json b/package.json index f1f073e..4b050d4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build": "tsc && typedoc", "test": "jest" }, - "version": "1.0.0", + "version": "1.1.0", "repository": { "type": "git", "url": "git+https://github.com/yanick/updux.git"