Skip to content

Commit bf70b0c

Browse files
release: 0.1.0-alpha.5
1 parent 4b6424f commit bf70b0c

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.0-alpha.5 (2026-04-24)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/HubSpot/hubspot-sdk-typescript/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Chores
8+
9+
* update SDK settings ([4b6424f](https://github.com/HubSpot/hubspot-sdk-typescript/commit/4b6424f84e00f2d362347877d528da41c7deab25))
10+
* update SDK settings ([d8b6fc7](https://github.com/HubSpot/hubspot-sdk-typescript/commit/d8b6fc7880a5f4d3d76fb55031b36c145836ad67))
11+
312
## 0.1.0-alpha.4 (2026-04-24)
413

514
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/HubSpot/hubspot-sdk-typescript/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/sdk",
3-
"version": "0.1.0-alpha.4",
3+
"version": "0.1.0-alpha.5",
44
"description": "The official TypeScript library for the HubSpot API",
55
"author": "HubSpot <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.4'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.5'; // x-release-please-version

0 commit comments

Comments
 (0)