Skip to content

Commit

Permalink
Merge pull request #183 from ymaheshwari1/patch-release
Browse files Browse the repository at this point in the history
Updated: package.json and lock file for patch release(v2.0.1)
  • Loading branch information
adityasharma7 authored Feb 21, 2023
2 parents 3aa1b7a + 0adab6b commit 57e8571
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threshold-management",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Threshold Management",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 2.0.1

## What's Changed
* Fixed: label on schedule threshold page(#179) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/180
* Fixed: permission issue on reorder and schedule job page(#85zrnnfqb) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/181
* Fixed: datetime not working when coming to the schedule threshold page again after scheduling a job successfully and redirect the user to select page when refreshing on schedule threshold page(#85zrnnfqb) by @ymaheshwari1 in https://github.com/hotwax/threshold-management/pull/182


**Full Changelog**: https://github.com/hotwax/threshold-management/compare/v2.0.0...v2.0.1

# Release 2.0.0

## What's Changed
Expand Down

0 comments on commit 57e8571

Please sign in to comment.