diff --git a/CHANGELOG.md b/CHANGELOG.md index 738a4de..8dbf68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.4] - 2024-09-08 + +- Use custom range slider + ## [1.2.3] - 2024-07-17 - Update error messages diff --git a/package.json b/package.json index dfde878..d05275d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyline-rangeslider-panelt-plugin", - "version": "1.2.3", + "version": "1.2.4", "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 fde590f..9787ae3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -25,7 +25,7 @@ "path": "img/Anyline-Range-Slider.png" } ], - "version": "1.2.3", + "version": "1.2.4", "updated": "2024-04-17" }, "dependencies": {