Commit 00fa21b 1 parent a355404 commit 00fa21b Copy full SHA for 00fa21b
File tree 7 files changed +34
-6
lines changed
7 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
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 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## [ 1.14.0] ( https://github.com/discordplace/discord.place/compare/client@v1.13.0...client@v1.14.0 ) (2025-03-01)
4
17
5
18
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " client" ,
4
4
"private" : true ,
5
- "version" : " 1.14 .0" ,
5
+ "version" : " 1.15 .0" ,
6
6
"scripts" : {
7
7
"dev" : " next dev --turbo -p 3000" ,
8
8
"build" : " next build" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.2.1] ( https://github.com/discordplace/discord.place/compare/docs@v1.2.0...docs@v1.2.1 ) (2025-02-20)
4
11
5
12
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " docs" ,
4
4
"private" : true ,
5
- "version" : " 1.2.1 " ,
5
+ "version" : " 1.3.0 " ,
6
6
"scripts" : {
7
7
"dev" : " next dev --turbo -p 3003" ,
8
8
"build" : " next build" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 1.11.0] ( https://github.com/discordplace/discord.place/compare/server@v1.10.1...server@v1.11.0 ) (2025-03-01)
4
12
5
13
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " server" ,
4
4
"private" : true ,
5
- "version" : " 1.11 .0" ,
5
+ "version" : " 1.12 .0" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"dev" : " cross-env NODE_ENV=development node -r dotenv/config index.js" ,
You can’t perform that action at this time.
0 commit comments