From 73401a5221b77acd888b4f8d9693e936741a88c4 Mon Sep 17 00:00:00 2001 From: David Philipson Date: Mon, 1 May 2017 17:56:34 -0700 Subject: [PATCH] v0.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43c83cc..355ade5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-fsa-reducers", - "version": "0.4.1", + "version": "0.4.2", "description": "Fluent syntax for defining typesafe Redux reducers on top of typescript-fsa.", "main": "dist/index.js", "types": "dist/index",