From 8df8fd5d994ab69b1401634ae487242336db0cdd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jan 2024 11:13:53 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/gisce/ooui/compare/v2.0.0...v2.0.1) (2024-01-12) ### Bug Fixes * add replaceEntities in sum parsing for tree columns ([3519d2b](https://github.com/gisce/ooui/commit/3519d2b32c98dcd94d284b47b7e094a4b3e05320)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42f10da..3ca6cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 744f551..9748aa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.0.0", + "version": "2.0.1", "engines": { "node": "20.5.0" },