diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2754229..ef3b125e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,8 +20,15 @@ --> # Release Notes +### 8.1.2 (Oct 27, 2024) + +**Fixes:** +* [GH-640](https://github.com/apache/cordova-plugin-file/pull/640) fix(android): Regression breaking resolved DOM-usable file:// paths (#640) + ### 8.1.1 (Oct 20, 2024) +Warning: Contains a regression! Use 8.1.2 instead + **Fixes:** * [GH-629](https://github.com/apache/cordova-plugin-file/pull/629) fix(android): Content FS support in PathHandler (#629) diff --git a/package-lock.json b/package-lock.json index 0a62dcc9..99945f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-file", - "version": "8.1.2-dev", + "version": "8.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-plugin-file", - "version": "8.1.2-dev", + "version": "8.1.2", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^5.0.0" diff --git a/package.json b/package.json index cf6b1806..14e9c6e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file", - "version": "8.1.2-dev", + "version": "8.1.2", "description": "Cordova File Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index ba3fa781..ac2d3b19 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="8.1.2"> File Cordova File Plugin Apache 2.0 diff --git a/tests/package-lock.json b/tests/package-lock.json index 7c991be6..87fe8625 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-file-tests", - "version": "8.1.2-dev", + "version": "8.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-plugin-file-tests", - "version": "8.1.2-dev", + "version": "8.1.2", "license": "Apache-2.0" } } diff --git a/tests/package.json b/tests/package.json index 12ae3b3d..20e6cbe0 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-tests", - "version": "8.1.2-dev", + "version": "8.1.2", "description": "", "cordova": { "id": "cordova-plugin-file-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 498a2f2e..10ec4cc4 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="8.1.2"> Cordova File Plugin Tests Apache 2.0