From dd1ace29812340796a4d938788788098bb045ba6 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 13 Jan 2023 16:16:19 +0530 Subject: [PATCH 1/2] Updated: app version for minor release --- 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 d37f2c37..2def860c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inventory-count", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inventory-count", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "@capacitor/android": "^2.5.0", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index be26360f..3bb73811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inventory-count", - "version": "1.1.0", + "version": "1.2.0", "private": true, "description": "HotWax Commece Inventory Count App", "scripts": { From 69839ece2ce8f152e414f26b173488716e5854af Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 13 Jan 2023 16:30:35 +0530 Subject: [PATCH 2/2] Updated: release notes for minor release --- release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes.md b/release-notes.md index af894905..3647bb4e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,13 @@ +# Release 1.2.0 + +## What's Changed +* Fixed build issue due to eslint version mismatch in dependencies and removed warnings (#85zrhpak3) by @k2maan in https://github.com/hotwax/inventory-count/pull/133 + +## New Contributors +* @k2maan made their first contribution in https://github.com/hotwax/inventory-count/pull/133 + +**Full Changelog**: https://github.com/hotwax/inventory-count/compare/v1.1.0...v1.2.0 + # Release 1.1.0 ## What's Changed