Skip to content

Commit

Permalink
Merge pull request #377 from HubSpot/feature/9.0.0
Browse files Browse the repository at this point in the history
9.0.0
  • Loading branch information
ksvirkou-hubspot committed Jun 8, 2023
2 parents 2ee322b + fecd6a4 commit 67ce18b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.0-beta.3...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.0...HEAD)

## [9.0.0] - 2023-06-08

## Updated

- Release stable version.

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

Expand Down Expand Up @@ -612,3 +618,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[9.0.0-beta.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.1
[9.0.0-beta.2]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.2
[9.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.3
[9.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/api-client",
"version": "9.0.0-beta.3",
"version": "9.0.0",
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 67ce18b

Please sign in to comment.