Skip to content

Commit e5d5b09

Browse files
committed
build(release): 0.8.1
1 parent e3f1f2a commit e5d5b09

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66
# Changelog
77

8+
## 0.8.1
9+
10+
### Fixed
11+
12+
* [fix: check for null in import preview (tables#1410)](https://github.com/nextcloud/tables/pull/1410)
13+
14+
### Dependencies
15+
16+
* [Fix npm audit (tables#1395)](https://github.com/nextcloud/tables/pull/1395)
17+
18+
### Other
19+
20+
* [refactor: Extend Permission Middleware usage and replace deprecated annotations with attributes (tables#1407)](https://github.com/nextcloud/tables/pull/1407)
21+
* [fix: use unique names for actions upload-artifact (tables#1408)](https://github.com/nextcloud/tables/pull/1408)
22+
823
## 0.8.0
924

1025
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
2525
Have a good time and manage whatever you want.
2626
2727
]]></description>
28-
<version>0.8.0</version>
28+
<version>0.8.1</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]">Florian Steffens</author>
3131
<namespace>Tables</namespace>

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,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)