Skip to content

Commit add19b5

Browse files
chore(main): release 2.0.0 (#307)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1186ade commit add19b5

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/discord/embedded-app-sdk/compare/v1.9.0...v2.0.0) (2025-03-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove referrer_id from shareLink API ([#312](https://github.com/discord/embedded-app-sdk/issues/312))
9+
10+
### Features
11+
12+
* add activity invite command ([#305](https://github.com/discord/embedded-app-sdk/issues/305)) ([5d54cde](https://github.com/discord/embedded-app-sdk/commit/5d54cde51834229900f85c9aa2400c5b32eabd63))
13+
* add new GetRelationships command ([#301](https://github.com/discord/embedded-app-sdk/issues/301)) ([8bff274](https://github.com/discord/embedded-app-sdk/commit/8bff274ee5a9a987058fce01115c636505d8b81f))
14+
* add new GetUser command ([#308](https://github.com/discord/embedded-app-sdk/issues/308)) ([9aa310f](https://github.com/discord/embedded-app-sdk/commit/9aa310f3864aab435f351fdf120e28b800af3626))
15+
* add RELATIONSHIP_UPDATE event ([#306](https://github.com/discord/embedded-app-sdk/issues/306)) ([7d3b134](https://github.com/discord/embedded-app-sdk/commit/7d3b13486bac04821391045ff2cff5ff093c7310))
16+
* remove referrer_id from shareLink API ([#312](https://github.com/discord/embedded-app-sdk/issues/312)) ([1186ade](https://github.com/discord/embedded-app-sdk/commit/1186adeedb07ebb42ee5140a7e53defe71cd2e1a))
17+
18+
19+
### Bug Fixes
20+
21+
* sync schema for shareLink command ([#311](https://github.com/discord/embedded-app-sdk/issues/311)) ([0f8855d](https://github.com/discord/embedded-app-sdk/commit/0f8855dec8613338b1dc161ab91153317e0f7e8b))
22+
323
## [1.9.0](https://github.com/discord/embedded-app-sdk/compare/v1.8.1...v1.9.0) (2025-01-09)
424

525

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discord/embedded-app-sdk",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "@discord/embedded-app-sdk enables you to build rich, multiplayer experiences inside Discord.",
55
"author": "Discord",
66
"license": "MIT",

0 commit comments

Comments
 (0)