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 ac491cdc release(12.0.0): updated release notes & version (lib-12.0.0) ac491cdc is described below commit ac491cdc5f71dfde215fecd5c4efc8ee531fd53e Author: Erisu <er...@apache.org> AuthorDate: Sat May 13 12:50:32 2023 +0900 release(12.0.0): updated release notes & version (lib-12.0.0) --- RELEASENOTES.md | 37 +++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0ed0d069..3c3c4a6a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,43 @@ --> # Cordova-lib Release Notes +### 12.0.0 (May 13, 2023) + +**Features:** + +* [GH-917](https://github.com/apache/cordova-lib/pull/917) feat!(`run`): call platform api to list targets +* [GH-894](https://github.com/apache/cordova-lib/pull/894) feat!: remove platform pinning +* [GH-896](https://github.com/apache/cordova-lib/pull/896) feat!: remove **OSX** & **Windows** platform + +**Dependencies:** + +* [GH-915](https://github.com/apache/cordova-lib/pull/915) dep!: bump `@cordova/eslint-config@latest@5.0.0` w/ automatic fix +* [GH-914](https://github.com/apache/cordova-lib/pull/914) dep!: packages upgrade & requirements + * Bumped Packages + * `cordova-common@5.0.0` + * `cordova-fetch@4.0.0` + * `cordova-serve@4.0.1` + * `init-package-json@5.0.0` + * `jasmine@4.6.0` + * `semver@7.5.0` + * Rebuilt `package-lock.json` + * Bumped `node` engine requirement `>=16.13.0` +* [GH-910](https://github.com/apache/cordova-lib/pull/910) dep(npm): bump all dependencies to next major + * `fs-extra@^11.1.0` + * `write-file-atomic@^5.0.0` + * `cordova-android@^11.0.0` + * `jasmine@^4.5.0` + * `jasmine-spec-reporter@^7.0.0` + * `rewire@^6.0.0` + * `init-package-json@^4.0.1` + +**Others:** + +* [GH-916](https://github.com/apache/cordova-lib/pull/916) fix(node-18): hook tests +* [GH-905](https://github.com/apache/cordova-lib/pull/905) ci(workflow): update codecov action usage +* [GH-903](https://github.com/apache/cordova-lib/pull/903) ci(workflow): update node support & action dependencies +* [GH-911](https://github.com/apache/cordova-lib/pull/911) test: temporary disable broken spec#012 + ### 11.1.0 (Dec 26, 2022) * [GH-904](https://github.com/apache/cordova-lib/pull/904) dep(npm): bump `cordova-fetch@3.1.0` w/ package-lock rebuild diff --git a/package-lock.json b/package-lock.json index d81616fe..bcbed6c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-lib", - "version": "12.0.0-dev", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-lib", - "version": "12.0.0-dev", + "version": "12.0.0", "license": "Apache-2.0", "dependencies": { "cordova-common": "^5.0.0", diff --git a/package.json b/package.json index f0b56ba5..64de9e70 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": "12.0.0-dev", + "version": "12.0.0", "repository": "github:apache/cordova-lib", "bugs": "https://github.com/apache/cordova-lib/issues", "main": "cordova-lib.js", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org