From 76939b33c9e7208fda54cda8b5faeec2645f1c00 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sat, 14 Sep 2019 16:45:35 +0200 Subject: [PATCH] Bump to 1.16.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3492d33..18e0b3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decoders", - "version": "1.16.0", + "version": "1.16.1", "description": "Elm-like decoders for when working with Flow types in JS", "githubUrl": "https://github.com/nvie/decoders", "main": "./dist/index.js",