Skip to content

Commit

Permalink
release: 0.1.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 17, 2024
1 parent fc64e4a commit c87a62e
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@
{
".": "0.1.0-beta.5"
".": "0.1.0-beta.6"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.1.0-beta.6 (2024-12-17)

Full Changelog: [v0.1.0-beta.5...v0.1.0-beta.6](https://github.com/steel-dev/steel-node/compare/v0.1.0-beta.5...v0.1.0-beta.6)

### Chores

* **internal:** bump cross-spawn to v7.0.6 ([#28](https://github.com/steel-dev/steel-node/issues/28)) ([916d489](https://github.com/steel-dev/steel-node/commit/916d489b7ca78156fa7ce5e40ba8bc9ff427bc47))
* **internal:** codegen related update ([#32](https://github.com/steel-dev/steel-node/issues/32)) ([d417931](https://github.com/steel-dev/steel-node/commit/d417931a5ac720d8131e8955b050a7473daee5e6))
* **internal:** fix some typos ([#33](https://github.com/steel-dev/steel-node/issues/33)) ([fc64e4a](https://github.com/steel-dev/steel-node/commit/fc64e4a7163c2ecfd5469c4480832a768f1c02cb))
* **types:** nicer error class types + jsdocs ([#30](https://github.com/steel-dev/steel-node/issues/30)) ([c35bfa6](https://github.com/steel-dev/steel-node/commit/c35bfa6f9afaad73143e18ccd4b91c013a081f7f))

## 0.1.0-beta.5 (2024-12-03)

Full Changelog: [v0.1.0-beta.4...v0.1.0-beta.5](https://github.com/steel-dev/steel-node/compare/v0.1.0-beta.4...v0.1.0-beta.5)
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": "steel-sdk",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"description": "The official TypeScript library for the Steel API",
"author": "Steel <[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 = '0.1.0-beta.5'; // x-release-please-version
export const VERSION = '0.1.0-beta.6'; // x-release-please-version

0 comments on commit c87a62e

Please sign in to comment.