Skip to content

Commit

Permalink
release(11.0.0): updated release notes & version (cli-11.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 17, 2021
1 parent 88876ca commit 94a5b68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova",
"version": "11.0.0-dev",
"version": "11.0.0",
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
Expand Down

0 comments on commit 94a5b68

Please sign in to comment.