Skip to content

Commit

Permalink
chore(release): Bump version to 1.0.0-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Sep 12, 2024
1 parent e55a00c commit 843cf86
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.0-rc.2

### Other

- improve Dockerfile @Zoey2936 [#145](https://github.com/nextcloud/whiteboard/pull/145)
- Fix metrics endpoint crash

## 1.0.0-rc.1

Initial release


2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
]]>
</description>
<version>1.0.0-rc.1</version>
<version>1.0.0-rc.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Whiteboard</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whiteboard",
"version": "0.3.0-beta.1",
"version": "1.0.0-rc.2",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down Expand Up @@ -85,4 +85,4 @@
"node": "^20",
"npm": "^10"
}
}
}

0 comments on commit 843cf86

Please sign in to comment.