Skip to content

Commit e964bcb

Browse files
release: 0.1.0-alpha.10
1 parent 3cdcc58 commit e964bcb

4 files changed

Lines changed: 16 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.9"
2+
".": "0.1.0-alpha.10"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.10 (2026-05-20)
4+
5+
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/HubSpot/hubspot-sdk-typescript/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
6+
7+
### Features
8+
9+
* **api:** manual updates ([3cdcc58](https://github.com/HubSpot/hubspot-sdk-typescript/commit/3cdcc58594135075c61b6e5732dd10c4848d8337))
10+
11+
12+
### Chores
13+
14+
* configure new SDK language ([45a1eb1](https://github.com/HubSpot/hubspot-sdk-typescript/commit/45a1eb12ae407caf090294bc4bcb9645d82168a3))
15+
316
## 0.1.0-alpha.9 (2026-05-19)
417

518
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/HubSpot/hubspot-sdk-typescript/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)

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.9",
3+
"version": "0.1.0-alpha.10",
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.9'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.10'; // x-release-please-version

0 commit comments

Comments
 (0)