Skip to content

Commit

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

## 0.1.0-alpha.3 (2024-11-20)

Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/mpatankar/train-travel-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

### Chores

* rebuild project due to codegen change ([#11](https://github.com/mpatankar/train-travel-sdk/issues/11)) ([27cdb27](https://github.com/mpatankar/train-travel-sdk/commit/27cdb275a4034970936fb69529b646af0987d9e3))
* rebuild project due to codegen change ([#13](https://github.com/mpatankar/train-travel-sdk/issues/13)) ([8cae2b3](https://github.com/mpatankar/train-travel-sdk/commit/8cae2b3e091cc9a2c8a92b97e5c454ebb13ddb40))
* rebuild project due to codegen change ([#14](https://github.com/mpatankar/train-travel-sdk/issues/14)) ([fa8246a](https://github.com/mpatankar/train-travel-sdk/commit/fa8246a7a89d02962cc7ddb3405f9b928f693062))
* rebuild project due to codegen change ([#15](https://github.com/mpatankar/train-travel-sdk/issues/15)) ([7ee4827](https://github.com/mpatankar/train-travel-sdk/commit/7ee482768b69ef648a8819fc96ccc093e2109414))
* remove redundant word in comment ([#17](https://github.com/mpatankar/train-travel-sdk/issues/17)) ([3f27ff1](https://github.com/mpatankar/train-travel-sdk/commit/3f27ff1a91b59e472452fe79c98eaafaf1d2889c))


### Documentation

* remove suggestion to use `npm` call out ([#16](https://github.com/mpatankar/train-travel-sdk/issues/16)) ([d73a4c9](https://github.com/mpatankar/train-travel-sdk/commit/d73a4c91bdca4e9d5c693916da02b80de22b2c22))

## 0.1.0-alpha.2 (2024-10-22)

Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/mpatankar/train-travel-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
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": "train-travel-friction-analysis-demo",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "The official TypeScript library for the Train Travel Friction Analysis API",
"author": "Train Travel Friction Analysis <[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-alpha.2'; // x-release-please-version
export const VERSION = '0.1.0-alpha.3'; // x-release-please-version

0 comments on commit 11bb9f1

Please sign in to comment.