From 4917030a8d626afefa9cba08218fa56c9bfd53c0 Mon Sep 17 00:00:00 2001 From: Jelle De Loecker Date: Thu, 12 Nov 2020 11:31:17 +0100 Subject: [PATCH] Release as v1.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788c301..8f90094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0 (WIP) +## 1.1.0 (2020-11-12) * Added `whenDone` function parameter to the `unDry` & `unDryFunction` function calls * Fixed infinite loop issue when using `Dry.clone()` that relies on `unDry` methods diff --git a/package.json b/package.json index 30c75f9..2e81924 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-dry", "description": "Don't repeat yourself, JSON: Add support for (circular) references, class instances, ...", - "version": "1.1.0-alpha", + "version": "1.1.0", "author": "Jelle De Loecker ", "keywords": [ "json",