Skip to content

Commit f773229

Browse files
release: 9.1.0
1 parent c7b88ed commit f773229

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.0.0"
2+
".": "9.1.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 9.1.0 (2024-11-15)
4+
5+
Full Changelog: [v9.0.0...v9.1.0](https://github.com/muxinc/mux-node-sdk/compare/v9.0.0...v9.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#520](https://github.com/muxinc/mux-node-sdk/issues/520)) ([c7b88ed](https://github.com/muxinc/mux-node-sdk/commit/c7b88edae889926f620d6ff64798be684c68b194))
10+
311
## 9.0.0 (2024-11-14)
412

513
Full Changelog: [v8.8.0...v9.0.0](https://github.com/muxinc/mux-node-sdk/compare/v8.8.0...v9.0.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-node",
3-
"version": "9.0.0",
3+
"version": "9.1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '9.0.0'; // x-release-please-version
1+
export const VERSION = '9.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)