Skip to content

Commit

Permalink
Merge branch 'release/2024.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jun 17, 2024
2 parents 6412c3c + 11b819e commit 8953100
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 48 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## develop

## 2024.1.1

**2024-06-17**

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

## 2024.1.0

**2024-06-07**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Sora JavaScript SDK

![Static Badge](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)
[![GitHub tag](https://img.shields.io/github/tag/shiguredo/sora-js-sdk.svg)](https://github.com/shiguredo/sora-js-sdk)
[![npm version](https://badge.fury.io/js/sora-js-sdk.svg)](https://badge.fury.io/js/sora-js-sdk)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sora-js-sdk",
"version": "2024.1.0",
"version": "2024.1.1",
"description": "WebRTC SFU Sora JavaScript SDK",
"main": "dist/sora.js",
"module": "dist/sora.mjs",
Expand Down Expand Up @@ -31,11 +31,11 @@
"dist"
],
"devDependencies": {
"@biomejs/biome": "1.8.0",
"@biomejs/biome": "1.8.1",
"@playwright/test": "1.44.1",
"typedoc": "0.25.13",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vitest": "1.6.0"
},
"resolutions": {
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8953100

Please sign in to comment.