Skip to content

Commit

Permalink
release: 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 20, 2024
1 parent be32bd6 commit f4b0cde
Show file tree
Hide file tree
Showing 4 changed files with 22 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 @@
{
".": "1.5.0"
".": "1.5.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.5.1 (2024-12-20)

Full Changelog: [v1.5.0...v1.5.1](https://github.com/writer/writer-node/compare/v1.5.0...v1.5.1)

### Bug Fixes

* **client:** normalize method ([#133](https://github.com/writer/writer-node/issues/133)) ([b3df889](https://github.com/writer/writer-node/commit/b3df889ae6bbe7b912559831cceeb6d6405ca6ff))


### Chores

* **internal:** codegen related update ([#127](https://github.com/writer/writer-node/issues/127)) ([43383eb](https://github.com/writer/writer-node/commit/43383eb9ffcb5342cb5cea6c707288c310ed1445))
* **internal:** fix some typos ([#132](https://github.com/writer/writer-node/issues/132)) ([49c6345](https://github.com/writer/writer-node/commit/49c6345296305e8df2335916c7db7f9d27a15999))


### Documentation

* minor formatting changes ([#134](https://github.com/writer/writer-node/issues/134)) ([be32bd6](https://github.com/writer/writer-node/commit/be32bd6d91850337baa9a10742376c620199322e))

## 1.5.0 (2024-12-11)

Full Changelog: [v1.4.0...v1.5.0](https://github.com/writer/writer-node/compare/v1.4.0...v1.5.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": "writer-sdk",
"version": "1.5.0",
"version": "1.5.1",
"description": "The official TypeScript library for the Writer API",
"author": "Writer <[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 = '1.5.0'; // x-release-please-version
export const VERSION = '1.5.1'; // x-release-please-version

0 comments on commit f4b0cde

Please sign in to comment.