Skip to content

Commit ed9745a

Browse files
authored
Merge pull request #1944 from nextcloud/release/0.8.8
build(release): 0.8.8
2 parents 130f667 + 14685ff commit ed9745a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 0.8.8
9+
10+
### Other
11+
12+
* [[stable0.8] build(package): avoid shipping unnecessary files (tables#1938)](https://github.com/nextcloud/tables/pull/1938)
13+
* [[stable0.8] style: format constructor params import methods and classes (tables#1941)](https://github.com/nextcloud/tables/pull/1941)
14+
815
## 0.8.7
916

1017
### Other

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.7</version>
28+
<version>0.8.8</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.7",
4+
"version": "0.8.8",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)