From e978e180ba1235abbb17f15d977325e0485c8cfd Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Mon, 30 Apr 2018 02:43:11 +0100 Subject: [PATCH] Fix 3.2 --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f30ed..70e7774 100644 --- a/README.md +++ b/README.md @@ -189,9 +189,13 @@ Patchinko eases that burden by providing a declarative, recursive, function-orie # Changelog +## 3.2.1 + +Allow *deep* patch-scopes to empty targets (fix release). + ## 3.2.0 -Allow *deep* patch-scopes to empty targets. +Broken. ## ^3.1.0 diff --git a/package.json b/package.json index a3b4a84..48f97c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchinko", - "version": "3.2.0", + "version": "3.2.1", "description": "A concise tool for declarative object manipulation", "main": "explicit.js", "repository": "git@github.com:barneycarroll/patchinko.git",