Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

# Changelog




## 0.8.5

### Fixed

* [[stable0.8] Fix npm audit (tables#1618)](https://github.com/nextcloud/tables/pull/1618)
* [[stable0.8] fix(Import): DateTime import fixes (tables#1622)](https://github.com/nextcloud/tables/pull/1622)
* [[stable0.8] enh: escape CSV values (tables#1687)](https://github.com/nextcloud/tables/pull/1687)

### Other

* [[stable0.8] ci: add summaries for cypress and integration tests (tables#1663)](https://github.com/nextcloud/tables/pull/1663)
* [Build: revert dependencies to last state with green ci (tables#1697)](https://github.com/nextcloud/tables/pull/1697)
* Dependency updates

## 0.8.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.

]]></description>
<version>0.8.4</version>
<version>0.8.5</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
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,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.8.4",
"version": "0.8.5",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down
Loading