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": { 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