Skip to content

Commit 94a5b68

Browse files
committed
release(11.0.0): updated release notes & version (cli-11.0.0)
1 parent 88876ca commit 94a5b68

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

RELEASENOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@
2020
-->
2121
# Cordova-cli Release Notes
2222

23+
### 11.0.0 (Dec 17, 2021)
24+
25+
* [GH-575](https://github.com/apache/cordova-cli/pull/575) chore: rebuilt `package-lock.json`
26+
* [GH-574](https://github.com/apache/cordova-cli/pull/574) dep: bump `@cordova/eslint-config@^4.0.0`
27+
* [GH-573](https://github.com/apache/cordova-cli/pull/573) dep: update `insight` w/ updated code usage
28+
* [GH-572](https://github.com/apache/cordova-cli/pull/572) dep: bump all dependencies
29+
* [GH-570](https://github.com/apache/cordova-cli/pull/570) feat: rebuilt `package-lock.json` w/ v2
30+
* [GH-571](https://github.com/apache/cordova-cli/pull/571) feat!: update node support
31+
* [GH-564](https://github.com/apache/cordova-cli/pull/564) chore: `npmrc`
32+
* [GH-559](https://github.com/apache/cordova-cli/pull/559) docs: remove plugin save command from CLI help
33+
* [GH-550](https://github.com/apache/cordova-cli/pull/550) dep: `systeminformation@^5.5.0`
34+
* [GH-535](https://github.com/apache/cordova-cli/pull/535) chore(pkg): remove deprecated `no-op` field `preferGlobal`
35+
* [GH-534](https://github.com/apache/cordova-cli/pull/534) chore: clean up `package.json`
36+
* [GH-533](https://github.com/apache/cordova-cli/pull/533) (android) Replace deprecated `android` command with `avdmanager`
37+
2338
### 10.0.0 (Jul 31, 2020)
2439

2540
* [GH-521](https://github.com/apache/cordova-cli/pull/521) test: fix node.js version check

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova",
3-
"version": "11.0.0-dev",
3+
"version": "11.0.0",
44
"description": "Cordova command line interface tool",
55
"main": "cordova",
66
"engines": {

0 commit comments

Comments
 (0)