Skip to content

Commit 9a3373f

Browse files
committed
api-server/v0.3.1
1 parent d414375 commit 9a3373f

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

api-server/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
This file documents changes to the Deconf API Server.
44

5-
## next
5+
## 0.3.1
66

7-
- **new** web-push "test" endpoint
87
- **new** web-push admin endpoints to test & broadcast
8+
9+
## 0.3.0
10+
11+
- **new** web-push "test" endpoint
912
- **new** notify command to run notifications process
1013
- **new** sign in with Google
1114
- **fix** align web-push endpoints

api-server/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.

api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deconf-api-server",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"scripts": {
66
"dev": "tsx source/main.ts",

0 commit comments

Comments
 (0)