Skip to content

Commit

Permalink
chore: bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Jul 16, 2024
1 parent 3a4f6cc commit e4a0da6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.12",
"version": "1.2.1",
"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.1.12",
"version": "1.2.1",
"updated": "2024-04-17"
},
"dependencies": {
Expand Down

0 comments on commit e4a0da6

Please sign in to comment.