From 49bb5ec69e8897458caa994878e1534b37e222ca Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 25 Nov 2021 08:36:36 +0900 Subject: [PATCH] Updated version and RELEASENOTES.md for release 3.0.0 (statusbar-v3.0.0) --- RELEASENOTES.md | 3 ++- package-lock.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7006bd1..f30d255 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,8 +20,9 @@ --> # Release Notes -### 3.0.0 (Nov 19, 2021) +### 3.0.0 (Nov 25, 2021) +* [GH-224](https://github.com/apache/cordova-plugin-statusbar/pull/224) fix: update engines for working on 3.0.0 * [GH-223](https://github.com/apache/cordova-plugin-statusbar/pull/223) dep(dev): `@cordova/eslint-config@4.0.0` w/ fix * [GH-222](https://github.com/apache/cordova-plugin-statusbar/pull/222) ci(ios): update workflow w/ **iOS** 15 * [GH-220](https://github.com/apache/cordova-plugin-statusbar/pull/220) ci(action): add badge diff --git a/package-lock.json b/package-lock.json index bb72505..3a0ea0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "0.1.0": { "cordova": ">=3.0.0" }, - "3.0.0": { + "4.0.0": { "cordova": ">100" } }