Skip to content

Commit b0ac75c

Browse files
committed
release(file-v8.1.0): updated version and RELEASENOTES.md
1 parent 67d66b5 commit b0ac75c

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

RELEASENOTES.md

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

23+
### 8.1.0 (May 31, 2024)
24+
25+
**Features:**
26+
27+
* [GH-621](https://github.com/apache/cordova-plugin-file/pull/621) feat(ios): add bundled resources for privacy manifest
28+
29+
**Chores & CI:**
30+
31+
* [GH-625](https://github.com/apache/cordova-plugin-file/pull/625) chore: rebuilt package-lock.json w/ version 3
32+
* [GH-624](https://github.com/apache/cordova-plugin-file/pull/624) ci: sync workflow with paramedic
33+
2334
### 8.0.1 (Oct 27, 2023)
2435

2536
**Fixes:**

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-plugin-file",
3-
"version": "8.1.0-dev",
3+
"version": "8.1.0",
44
"description": "Cordova File Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file"
24-
version="8.1.0-dev">
24+
version="8.1.0">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-file-tests",
3-
"version": "8.1.0-dev",
3+
"version": "8.1.0",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-file-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file-tests"
24-
version="8.1.0-dev">
24+
version="8.1.0">
2525

2626
<name>Cordova File Plugin Tests</name>
2727
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)