Skip to content

Commit 9c3b45b

Browse files
release: 8.8.0
1 parent 6887c81 commit 9c3b45b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.7.1"
2+
".": "8.8.0"
33
}

CHANGELOG.md

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

3+
## 8.8.0 (2024-06-14)
4+
5+
Full Changelog: [v8.7.1...v8.8.0](https://github.com/muxinc/mux-node-sdk/compare/v8.7.1...v8.8.0)
6+
7+
### Features
8+
9+
* **api:** add drm configuration endpoints ([#424](https://github.com/muxinc/mux-node-sdk/issues/424)) ([69e3fc9](https://github.com/muxinc/mux-node-sdk/commit/69e3fc9d069b91f7d4c0f967e8f2c4d170c5a7d3))
10+
* **api:** OpenAPI spec update via Stainless API ([#417](https://github.com/muxinc/mux-node-sdk/issues/417)) ([5f52d1f](https://github.com/muxinc/mux-node-sdk/commit/5f52d1f4a40b0898a4e1ed45350bd7b35ac50a14))
11+
* **api:** OpenAPI spec update via Stainless API ([#423](https://github.com/muxinc/mux-node-sdk/issues/423)) ([370b05d](https://github.com/muxinc/mux-node-sdk/commit/370b05d00aa30ec02bc953af5b0d2f8e37b5005a))
12+
* **api:** OpenAPI spec update via Stainless API ([#426](https://github.com/muxinc/mux-node-sdk/issues/426)) ([83059fe](https://github.com/muxinc/mux-node-sdk/commit/83059fed1ca4fb70c9817a29fc50c8a924ac97f5))
13+
14+
15+
### Bug Fixes
16+
17+
* update casing for "drm" ([#425](https://github.com/muxinc/mux-node-sdk/issues/425)) ([7f933df](https://github.com/muxinc/mux-node-sdk/commit/7f933df4b8ade13ea1d6ae07dac8d4a6dc0bcb61))
18+
319
## 8.7.1 (2024-05-31)
420

521
Full Changelog: [v8.7.0...v8.7.1](https://github.com/muxinc/mux-node-sdk/compare/v8.7.0...v8.7.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-node",
3-
"version": "8.7.1",
3+
"version": "8.8.0",
44
"description": "The official TypeScript library for the Mux API",
55
"author": "Mux <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '8.7.1'; // x-release-please-version
1+
export const VERSION = '8.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)