Skip to content

Commit 00fa21b

Browse files
chore: release main (#175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a355404 commit 00fa21b

7 files changed

+34
-6
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"server": "1.11.0",
3-
"client": "1.14.0",
4-
"docs": "1.2.1"
2+
"server": "1.12.0",
3+
"client": "1.15.0",
4+
"docs": "1.3.0"
55
}

client/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/discordplace/discord.place/compare/client@v1.14.0...client@v1.15.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* **Webhooks:** add language support for Discord webhooks ([#176](https://github.com/discordplace/discord.place/issues/176)) ([ba2a208](https://github.com/discordplace/discord.place/commit/ba2a20846c2c1bda39bb8f70de0687ae3e498cf1))
9+
* **Webhooks:** add retry logic ([#177](https://github.com/discordplace/discord.place/issues/177)) ([66873ee](https://github.com/discordplace/discord.place/commit/66873ee83aaa7b4123e9a722fc6c3d498dbe8ff7))
10+
11+
12+
### Bug Fixes
13+
14+
* **Webhooks:** always use status success for Discord webhooks ([0a7c441](https://github.com/discordplace/discord.place/commit/0a7c441ccd26ef10ec86466a1eccab9cd520653b))
15+
316
## [1.14.0](https://github.com/discordplace/discord.place/compare/client@v1.13.0...client@v1.14.0) (2025-03-01)
417

518

client/package.json

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

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/discordplace/discord.place/compare/docs@v1.2.1...docs@v1.3.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* **Webhooks:** add retry logic ([#177](https://github.com/discordplace/discord.place/issues/177)) ([66873ee](https://github.com/discordplace/discord.place/commit/66873ee83aaa7b4123e9a722fc6c3d498dbe8ff7))
9+
310
## [1.2.1](https://github.com/discordplace/discord.place/compare/docs@v1.2.0...docs@v1.2.1) (2025-02-20)
411

512

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "docs",
44
"private": true,
5-
"version": "1.2.1",
5+
"version": "1.3.0",
66
"scripts": {
77
"dev": "next dev --turbo -p 3003",
88
"build": "next build",

server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/discordplace/discord.place/compare/server@v1.11.0...server@v1.12.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* **Webhooks:** add language support for Discord webhooks ([#176](https://github.com/discordplace/discord.place/issues/176)) ([ba2a208](https://github.com/discordplace/discord.place/commit/ba2a20846c2c1bda39bb8f70de0687ae3e498cf1))
9+
* **Webhooks:** add retry logic ([#177](https://github.com/discordplace/discord.place/issues/177)) ([66873ee](https://github.com/discordplace/discord.place/commit/66873ee83aaa7b4123e9a722fc6c3d498dbe8ff7))
10+
311
## [1.11.0](https://github.com/discordplace/discord.place/compare/server@v1.10.1...server@v1.11.0) (2025-03-01)
412

513

server/package.json

+1-1
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.11.0",
5+
"version": "1.12.0",
66
"main": "index.js",
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development node -r dotenv/config index.js",

0 commit comments

Comments
 (0)