From 0a888c5f4bc5d219e6581bb18a724ecfc0909ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 22:59:12 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#700) Co-authored-by: github-actions[bot] --- .changeset/silver-carpets-switch.md | 5 ----- packages/json-patch-plus/CHANGELOG.md | 6 ++++++ packages/json-patch-plus/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silver-carpets-switch.md diff --git a/.changeset/silver-carpets-switch.md b/.changeset/silver-carpets-switch.md deleted file mode 100644 index e880bd2a..00000000 --- a/.changeset/silver-carpets-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@n1ru4l/json-patch-plus": patch ---- - -correctly handle null values with diff diff --git a/packages/json-patch-plus/CHANGELOG.md b/packages/json-patch-plus/CHANGELOG.md index 55dee5e4..a529994f 100644 --- a/packages/json-patch-plus/CHANGELOG.md +++ b/packages/json-patch-plus/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/json-patch-plus +## 0.1.2 + +### Patch Changes + +- c9e7941: correctly handle null values with diff + ## 0.1.1 ### Patch Changes diff --git a/packages/json-patch-plus/package.json b/packages/json-patch-plus/package.json index 02ed3afb..d83d8203 100644 --- a/packages/json-patch-plus/package.json +++ b/packages/json-patch-plus/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/json-patch-plus", - "version": "0.1.1", + "version": "0.1.2", "author": "n1ru4l ", "license": "MIT", "repository": {