Skip to content

Commit

Permalink
release: 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 24, 2024
1 parent 57614f0 commit 7112c3b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.8.0"
".": "8.9.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 8.9.0 (2024-06-24)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#433](https://github.com/muxinc/mux-node-sdk/issues/433)) ([57614f0](https://github.com/muxinc/mux-node-sdk/commit/57614f066db415d68acec01a47c946c00563a17b))
* **api:** remove sunsetted spaces webhooks ([9398d0b](https://github.com/muxinc/mux-node-sdk/commit/9398d0bc33eafe074fb5b7d07eec9827085317e2))


### Chores

* rebuild project due to codegen change ([#432](https://github.com/muxinc/mux-node-sdk/issues/432)) ([94f6108](https://github.com/muxinc/mux-node-sdk/commit/94f61083b2f80aa822bf96c99290dc3316ae52b7))

## 8.8.0 (2024-06-14)

Full Changelog: [v8.7.1...v8.8.0](https://github.com/muxinc/mux-node-sdk/compare/v8.7.1...v8.8.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-node",
"version": "8.8.0",
"version": "8.9.0",
"description": "The official TypeScript library for the Mux API",
"author": "Mux <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '8.8.0'; // x-release-please-version
export const VERSION = '8.9.0'; // x-release-please-version

0 comments on commit 7112c3b

Please sign in to comment.