From 0d7067a6c98c7d6da6cbff5547f1033d5bf923da Mon Sep 17 00:00:00 2001 From: Aditya Singh <aditya.singh@anyline.com> Date: Thu, 26 Sep 2024 15:08:50 +0200 Subject: [PATCH] chore: bump version to v1.2.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/plugin.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d736233..7f5716f 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.7] - 2024-09-26 + +- Use debounce to retrieve selected textbox variable's value + ## [1.2.6] - 2024-09-08 - Update docker-compose to docker compose to fix Github CI diff --git a/package.json b/package.json index 99dd974..8cc53e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyline-rangeslider-panelt-plugin", - "version": "1.2.6", + "version": "1.2.7", "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 97335a7..65c0e36 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -25,7 +25,7 @@ "path": "img/Anyline-Range-Slider.png" } ], - "version": "1.2.6", + "version": "1.2.7", "updated": "2024-04-17" }, "dependencies": {