Skip to content

Commit

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

## 0.1.0-beta.4 (2024-11-20)

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

### Chores

* **internal:** version bump ([#17](https://github.com/steel-dev/steel-node/issues/17)) ([f1437e4](https://github.com/steel-dev/steel-node/commit/f1437e49caab55e46f9a0d04dfc7ab4e51d20b45))
* rebuild project due to codegen change ([#19](https://github.com/steel-dev/steel-node/issues/19)) ([c0edb4c](https://github.com/steel-dev/steel-node/commit/c0edb4c5425d9369d19fa3d5d1c213cc0484f185))
* remove redundant word in comment ([#21](https://github.com/steel-dev/steel-node/issues/21)) ([a1cc68a](https://github.com/steel-dev/steel-node/commit/a1cc68aa11c56912682c4dd040e147ed2bd9aefe))


### Documentation

* remove suggestion to use `npm` call out ([#20](https://github.com/steel-dev/steel-node/issues/20)) ([79a2c48](https://github.com/steel-dev/steel-node/commit/79a2c4841e2e1b148fe6858dc494ab8c0d81878e))

## 0.1.0-beta.3 (2024-11-15)

Full Changelog: [v0.1.0-beta.2...v0.1.0-beta.3](https://github.com/steel-dev/steel-node/compare/v0.1.0-beta.2...v0.1.0-beta.3)
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.3",
"version": "0.1.0-beta.4",
"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.3'; // x-release-please-version
export const VERSION = '0.1.0-beta.4'; // x-release-please-version

0 comments on commit af36ec8

Please sign in to comment.