Skip to content

Commit

Permalink
chore: bump version to v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Sep 26, 2024
1 parent cdcfb14 commit 0d7067a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"path": "img/Anyline-Range-Slider.png"
}
],
"version": "1.2.6",
"version": "1.2.7",
"updated": "2024-04-17"
},
"dependencies": {
Expand Down

0 comments on commit 0d7067a

Please sign in to comment.