This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git
The following commit(s) were added to refs/heads/master by this push:
new d2e9c539 release(11.1.0): updated release notes & version (lib-11.1.0)
d2e9c539 is described below
commit d2e9c53945a9911ba003c624ea8068a3733ec56e
Author: Erisu <[email protected]>
AuthorDate: Mon Dec 26 16:06:56 2022 +0900
release(11.1.0): updated release notes & version (lib-11.1.0)
---
RELEASENOTES.md | 13 +++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8fcbeb39..0ed0d069 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,19 @@
-->
# Cordova-lib Release Notes
+### 11.1.0 (Dec 26, 2022)
+
+* [GH-904](https://github.com/apache/cordova-lib/pull/904) dep(npm): bump
`[email protected]` w/ package-lock rebuild
+* [GH-901](https://github.com/apache/cordova-lib/pull/901) feat: bump
dependencies to latest minor & patch revision
+ * `fs-extra@^10.1.0`
+ * `globby@^11.1.0`
+ * `semver@^7.3.8`
+ * `[email protected]`
+ * `jasmine@^3.99.0`
+* [GH-899](https://github.com/apache/cordova-lib/pull/899) feat: bump
`[email protected]`
+* [GH-852](https://github.com/apache/cordova-lib/pull/852) feat(windows):
deprecate platform
+* [GH-851](https://github.com/apache/cordova-lib/pull/851) feat(osx):
deprecate platform
+
### 11.0.0 (Dec 14, 2021)
* [GH-889](https://github.com/apache/cordova-lib/pull/889) bump(platform):
bump **Electron** & **Android** to latest release
diff --git a/package-lock.json b/package-lock.json
index 388f6ee2..48195e6b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-lib",
- "version": "11.1.0-dev",
+ "version": "11.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-lib",
- "version": "11.1.0-dev",
+ "version": "11.1.0",
"license": "Apache-2.0",
"dependencies": {
"cordova-common": "^4.1.0",
diff --git a/package.json b/package.json
index b04e1aba..ad2b03f5 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
- "version": "11.1.0-dev",
+ "version": "11.1.0",
"repository": "github:apache/cordova-lib",
"bugs": "https://github.com/apache/cordova-lib/issues",
"main": "cordova-lib.js",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]