Skip to content

Commit 41b9101

Browse files
chore: release main (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e70be3 commit 41b9101

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"server": "1.2.0",
3-
"client": "1.3.2",
2+
"server": "1.2.1",
3+
"client": "1.3.3",
44
"docs": "1.1.0"
55
}

client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.3) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **Authentication:** delete token cookie on logout ([#123](https://github.com/discordplace/discord.place/issues/123)) ([9083f14](https://github.com/discordplace/discord.place/commit/9083f14e90a45b9d5240d92feb353c330dfad5ed))
9+
* **UserProfile:** add missing parameters to getHashFromURL function calls ([#120](https://github.com/discordplace/discord.place/issues/120)) ([3caed84](https://github.com/discordplace/discord.place/commit/3caed84e1a9050894febcc8fc8d62911a3e86278))
10+
311
## [1.3.2](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.2) (2024-10-27)
412

513

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "client",
44
"private": true,
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"scripts": {
77
"dev": "next dev --turbo -p 3000",
88
"build": "next build",

server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/discordplace/discord.place/compare/[email protected]@v1.2.1) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **Authentication:** correctly pass custom options to clear cookie calls ([9e70be3](https://github.com/discordplace/discord.place/commit/9e70be39fa2cc57a2baabdde2610d1fc12cd2471))
9+
* **Authentication:** delete token cookie on logout ([#123](https://github.com/discordplace/discord.place/issues/123)) ([9083f14](https://github.com/discordplace/discord.place/commit/9083f14e90a45b9d5240d92feb353c330dfad5ed))
10+
* **Authentication:** log error when token verification fails ([#122](https://github.com/discordplace/discord.place/issues/122)) ([b7c0fa0](https://github.com/discordplace/discord.place/commit/b7c0fa000c89223a04e6d3aef0fa5bd06d0ea1c8))
11+
312
## [1.2.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.2.0) (2024-10-23)
413

514

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "server",
44
"private": true,
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"main": "index.js",
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development node -r dotenv/config index.js",

0 commit comments

Comments
 (0)