Skip to content

Commit

Permalink
release: 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 18, 2024
1 parent a3ace5a commit 6b0ac08
Show file tree
Hide file tree
Showing 4 changed files with 11 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.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.8.1 (2024-06-18)

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

### Chores

* rebuild project due to codegen change ([#429](https://github.com/muxinc/mux-node-sdk/issues/429)) ([a3ace5a](https://github.com/muxinc/mux-node-sdk/commit/a3ace5a8513197b152cbe57a4e1348342f3b82a6))

## 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.8.1",
"description": "The official TypeScript library for the Mux API",
"author": "Mux <devex@mux.com>",
"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.8.1'; // x-release-please-version

0 comments on commit 6b0ac08

Please sign in to comment.