Skip to content

Commit 0c805a0

Browse files
committed
release(android-v12.0.1): updated version and RELEASENOTES.md
1 parent a7cd422 commit 0c805a0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

RELEASENOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
-->
2121
## Release Notes for Cordova (Android)
2222

23+
### 12.0.1 (Aug 23, 2023)
24+
25+
* [GH-1632](https://github.com/apache/cordova-android/pull/1632) fix(android): `monochrome` checks
26+
* [GH-1649](https://github.com/apache/cordova-android/pull/1649) chore: rebuild `package-lock` w/ lint corrections
27+
2328
### 12.0.0 (May 20, 2023)
2429

2530
**Breaking:**

framework/src/org/apache/cordova/CordovaWebView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3131
* are not expected to implement it.
3232
*/
3333
public interface CordovaWebView {
34-
public static final String CORDOVA_VERSION = "12.0.1-dev";
34+
public static final String CORDOVA_VERSION = "12.0.1";
3535

3636
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
3737

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "12.0.1-dev",
3+
"version": "12.0.1",
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)