From e4a0da6e15d394447802bec3abf066202738ba68 Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Tue, 16 Jul 2024 16:32:13 +0200 Subject: [PATCH] chore: bump version to v1.2.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/plugin.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832586f..0b69635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "Range Slider Panel" plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] - 2024-07-16 + +- Fix panel crashing when max value is less than min value +- Add test case to find min and max values + ## [1.1.12] - 2024-04-29 - Fix panel crashing when selected variable value is undefined diff --git a/package.json b/package.json index 6d89fd1..0a60b2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyline-rangeslider-panelt-plugin", - "version": "1.1.12", + "version": "1.2.1", "description": "Ui for textbox input variable", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index 32e2045..71b6b87 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -25,7 +25,7 @@ "path": "img/Anyline-Range-Slider.png" } ], - "version": "1.1.12", + "version": "1.2.1", "updated": "2024-04-17" }, "dependencies": {