Skip to content

Commit

Permalink
Merge branch 'release/2024.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 29, 2024
2 parents d9dd568 + 036806e commit 8849a41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@

## develop

## 2024.2.1
## 2024.2.2

**リリース日**: 2024-11-29

- [FIX] types を再度 export する
- @voluntas

リリースミス修正
## 2024.2.1

**リリース日**: 2024-11-29

- [FIX] リリースミス修正
- @voluntas

## 2024.2.0

**リリース日**: 2024-11-29
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sora-js-sdk",
"version": "2024.2.1",
"version": "2024.2.2",
"description": "WebRTC SFU Sora JavaScript SDK",
"main": "dist/sora.js",
"module": "dist/sora.mjs",
"types": "./dist/sora.d.ts",
"exports": {
".": {
"types": "./dist/sora.d.ts",
"import": "./dist/sora.mjs",
"require": "./dist/sora.mjs"
}
Expand Down

0 comments on commit 8849a41

Please sign in to comment.