Skip to content

Commit

Permalink
Merge pull request #293 from HubSpot/feature/8.4.0
Browse files Browse the repository at this point in the history
8.3.1
  • Loading branch information
ksvirkou-hubspot authored Dec 21, 2022
2 parents 52068de + 667002a commit 8b1411d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 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/8.3.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/8.3.1...HEAD)

## [8.3.1] - 2022-12-21

## Fixed

- Remove unused imports from codegen

## [8.3.0] - 2022-12-19

Expand Down Expand Up @@ -423,3 +429,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[8.1.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.1.1
[8.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.2.0
[8.3.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.3.0
[8.3.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.3.1
17 changes: 2 additions & 15 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": "8.3.0",
"version": "8.3.1",
"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 8b1411d

Please sign in to comment.