Skip to content

Commit 67ce18b

Browse files
Merge pull request #377 from HubSpot/feature/9.0.0
9.0.0
2 parents 2ee322b + fecd6a4 commit 67ce18b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.0-beta.3...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.0...HEAD)
9+
10+
## [9.0.0] - 2023-06-08
11+
12+
## Updated
13+
14+
- Release stable version.
915

1016
## [9.0.0-beta.3] - 2023-05-11
1117

@@ -612,3 +618,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
612618
[9.0.0-beta.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.1
613619
[9.0.0-beta.2]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.2
614620
[9.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.3
621+
[9.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "9.0.0-beta.3",
3+
"version": "9.0.0",
44
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)