Skip to content

Commit

Permalink
chore: bump version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Jul 16, 2024
1 parent 4e91a5b commit a8832fd
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.2] - 2024-07-16

- Handle negative values for minimum and maximum thresholds

## [1.2.1] - 2024-07-16

- Fix panel crashing when max value is less than min value
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.1",
"version": "1.2.2",
"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.1",
"version": "1.2.2",
"updated": "2024-04-17"
},
"dependencies": {
Expand Down

0 comments on commit a8832fd

Please sign in to comment.