From 75e55b2fbe155b1e48de1626ef17c2d195a4fa7b Mon Sep 17 00:00:00 2001 From: Yasser Lahbibi Date: Wed, 18 Aug 2021 11:57:43 +0200 Subject: [PATCH] release: v1.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f853ac3..53457f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.3.0](https://github.com/yassilah/pinia-plugin-history/compare/v1.2.1...v1.3.0) (2021-08-18) + + +### Bug Fixes + +* **diff:** Remove jsonpatchdiff for incompatibility ([3d23b1a](https://github.com/yassilah/pinia-plugin-history/commit/3d23b1a741be068665f57530cdfdf1fbc77d8939)) + + + ## [1.2.1](https://github.com/yassilah/pinia-plugin-history/compare/v1.2.0...v1.2.1) (2021-08-18) diff --git a/package.json b/package.json index 8a25cd9..f21173c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia-plugin-history", - "version": "1.2.1", + "version": "1.3.0", "description": "Create a history (undo/redo) in your pinia 🍍 stores!", "publishConfig": { "access": "public"