Skip to content

Commit

Permalink
Merge pull request #328 from HubSpot/feature/8.6.0
Browse files Browse the repository at this point in the history
8.6.0
  • Loading branch information
ksvirkou-hubspot authored Feb 20, 2023
2 parents bc07e7e + 612efe0 commit a992f52
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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.5.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/8.6.0...HEAD)

## [8.6.0] - 2023-02-20

## Added

- `crm.associations.v4` API client

## Fixed

- Fix `oauth.refreshTokensApi.archiveRefreshToken()` method

## [8.5.0] - 2023-02-08

Expand Down Expand Up @@ -471,3 +481,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[8.4.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.4.1
[8.4.2]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.4.2
[8.5.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.5.0
[8.6.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/8.6.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.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/api-client",
"version": "8.5.0",
"version": "8.6.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 All @@ -10,9 +10,8 @@
"prettier:check": "prettier --check \"{,**/}*.{js,ts}\"",
"prettier:write": "prettier --write \"{,**/}*.{js,ts}\"",
"lint": "tslint -p tsconfig.json && npm run prettier:check",
"prepare": "npm run build",
"version:set": "replace '@VERSION@' $npm_package_version ./lib/src/configuration/version.*",
"postpack": "npm run version:set"
"prepare": "npm run build && npm run version:set",
"version:set": "replace '@VERSION@' $npm_package_version ./lib/src/configuration/version.*"
},
"author": "HubSpot",
"license": "ISC",
Expand Down

0 comments on commit a992f52

Please sign in to comment.