From e6264f093e04a7c4c38761fd18c201f3f02eca0a Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 21 Feb 2023 11:13:17 +0530 Subject: [PATCH 1/2] Updated: package.json and lock file for patch release(v2.0.1) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d9e0da7..8465852a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threshold-management", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "threshold-management", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "@capacitor/android": "^2.4.7", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index 10ff7453..abc707f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threshold-management", - "version": "2.0.0", + "version": "2.0.1", "private": true, "description": "Threshold Management", "scripts": { From 0adab6b6e884b744ff8951cd523507286497c8f0 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 21 Feb 2023 11:16:29 +0530 Subject: [PATCH 2/2] Updated: release notes(v2.0.1) --- release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes.md b/release-notes.md index 9651d934..55a73167 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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