Skip to content

Commit

Permalink
Updated CHANGELOG.md and package.json to reflect the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayellowpaper committed Aug 11, 2022
1 parent 3a07a4a commit 4217cc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2022-08-12
### Added
- You can toggle to display the range on the slider (default: on)
### Fixed
- Tooltips added with Unity attribute will now accurately display

## [1.1.0] - 2021-04-02
### Added
- Change the MinMaxSlider to a normal slider when right clicking the slider
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": "com.zelude.minmaxslider",
"version": "1.1.0",
"version": "1.2.0",
"displayName": "Min Max Slider",
"description": "Min Max Slider drawer for Unity Editor with easy to use attribute.",
"unity": "2019.4",
Expand Down

0 comments on commit 4217cc2

Please sign in to comment.