Skip to content

Commit

Permalink
release(file-v8.1.0): updated version and RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 31, 2024
1 parent 67d66b5 commit b0ac75c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
-->
# Release Notes

### 8.1.0 (May 31, 2024)

**Features:**

* [GH-621](https://github.com/apache/cordova-plugin-file/pull/621) feat(ios): add bundled resources for privacy manifest

**Chores & CI:**

* [GH-625](https://github.com/apache/cordova-plugin-file/pull/625) chore: rebuilt package-lock.json w/ version 3
* [GH-624](https://github.com/apache/cordova-plugin-file/pull/624) ci: sync workflow with paramedic

### 8.0.1 (Oct 27, 2023)

**Fixes:**
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-plugin-file",
"version": "8.1.0-dev",
"version": "8.1.0",
"description": "Cordova File Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file"
version="8.1.0-dev">
version="8.1.0">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-tests",
"version": "8.1.0-dev",
"version": "8.1.0",
"description": "",
"cordova": {
"id": "cordova-plugin-file-tests",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-tests"
version="8.1.0-dev">
version="8.1.0">

<name>Cordova File Plugin Tests</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit b0ac75c

Please sign in to comment.