From 51a281792af4f304beeb2adc651529f908b9000a Mon Sep 17 00:00:00 2001 From: "rete-js[bot]" Date: Sat, 27 Jan 2024 18:57:55 +0000 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d41b1..53b9723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/retejs/history-plugin/compare/v2.0.0...v2.0.1) (2024-01-27) + + +### Bug Fixes + +* **build:** source maps ([5e75f2f](https://github.com/retejs/history-plugin/commit/5e75f2f3835553eaf6e082cb8216c7a3042e7fac)) + ## v2.0.0-beta.6 - Fix node position for "undo" method of removed node diff --git a/package-lock.json b/package-lock.json index 0c0807a..c894bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-history-plugin", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-history-plugin", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" diff --git a/package.json b/package.json index 4955bda..4a39891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-history-plugin", - "version": "2.0.0", + "version": "2.0.1", "description": "", "scripts": { "build": "rete build -c rete.config.ts",