From 94a5b68075a6ba746706efb63b954e7fc62c3c70 Mon Sep 17 00:00:00 2001 From: Erisu Date: Fri, 17 Dec 2021 20:38:31 +0900 Subject: [PATCH] release(11.0.0): updated release notes & version (cli-11.0.0) --- RELEASENOTES.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 409a8be2..09d15e9b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,21 @@ --> # Cordova-cli Release Notes +### 11.0.0 (Dec 17, 2021) + +* [GH-575](https://github.com/apache/cordova-cli/pull/575) chore: rebuilt `package-lock.json` +* [GH-574](https://github.com/apache/cordova-cli/pull/574) dep: bump `@cordova/eslint-config@^4.0.0` +* [GH-573](https://github.com/apache/cordova-cli/pull/573) dep: update `insight` w/ updated code usage +* [GH-572](https://github.com/apache/cordova-cli/pull/572) dep: bump all dependencies +* [GH-570](https://github.com/apache/cordova-cli/pull/570) feat: rebuilt `package-lock.json` w/ v2 +* [GH-571](https://github.com/apache/cordova-cli/pull/571) feat!: update node support +* [GH-564](https://github.com/apache/cordova-cli/pull/564) chore: `npmrc` +* [GH-559](https://github.com/apache/cordova-cli/pull/559) docs: remove plugin save command from CLI help +* [GH-550](https://github.com/apache/cordova-cli/pull/550) dep: `systeminformation@^5.5.0` +* [GH-535](https://github.com/apache/cordova-cli/pull/535) chore(pkg): remove deprecated `no-op` field `preferGlobal` +* [GH-534](https://github.com/apache/cordova-cli/pull/534) chore: clean up `package.json` +* [GH-533](https://github.com/apache/cordova-cli/pull/533) (android) Replace deprecated `android` command with `avdmanager` + ### 10.0.0 (Jul 31, 2020) * [GH-521](https://github.com/apache/cordova-cli/pull/521) test: fix node.js version check diff --git a/package-lock.json b/package-lock.json index 3b7f00ed..9687d2f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova", - "version": "11.0.0-dev", + "version": "11.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova", - "version": "11.0.0-dev", + "version": "11.0.0", "license": "Apache-2.0", "dependencies": { "configstore": "^5.0.1", diff --git a/package.json b/package.json index 398fd715..ac0010df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "11.0.0-dev", + "version": "11.0.0", "description": "Cordova command line interface tool", "main": "cordova", "engines": {