Skip to content

Commit b2ee3b4

Browse files
chore: release main
1 parent 8880f96 commit b2ee3b4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"server": "1.2.1",
3-
"client": "1.3.4",
3+
"client": "1.3.5",
44
"docs": "1.1.0"
55
}

client/CHANGELOG.md

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

3+
## [1.3.5](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.5) (2024-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** update websiteId for analytics ([656a271](https://github.com/discordplace/discord.place/commit/656a2710b29a34dacc0f0fa46c9a43476d043ccc))
9+
310
## [1.3.4](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.4) (2024-11-03)
411

512

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.4",
5+
"version": "1.3.5",
66
"scripts": {
77
"dev": "next dev --turbo -p 3000",
88
"build": "next build",

0 commit comments

Comments
 (0)