From 974a0250ac1714bbb18af3cfdde4d28c1ebf8754 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 12:01:09 +0300 Subject: [PATCH] Chore: Release 3.4.0 [skip ci] # [3.4.0](https://github.com/trustpilot/node-trustpilot/compare/v3.3.0...v3.4.0) (2022-10-13) ### New * Select OAuth grant type for authentication ([03b6d5a](https://github.com/trustpilot/node-trustpilot/commit/03b6d5ababcb200a40bef6bc685cd0efa0ac6c6a)) ### Upgrade * Bump handlebars from 4.7.6 to 4.7.7 ([2029977](https://github.com/trustpilot/node-trustpilot/commit/202997720447303b8d9af7630cc72574da54c859)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32323c6..bff85cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [3.4.0](https://github.com/trustpilot/node-trustpilot/compare/v3.3.0...v3.4.0) (2022-10-13) + + +### New + +* Select OAuth grant type for authentication ([03b6d5a](https://github.com/trustpilot/node-trustpilot/commit/03b6d5ababcb200a40bef6bc685cd0efa0ac6c6a)) + +### Upgrade + +* Bump handlebars from 4.7.6 to 4.7.7 ([2029977](https://github.com/trustpilot/node-trustpilot/commit/202997720447303b8d9af7630cc72574da54c859)) + # [3.3.0](https://github.com/trustpilot/node-trustpilot/compare/v3.2.0...v3.3.0) (2021-03-23) diff --git a/package-lock.json b/package-lock.json index 140cf95..3ee3f51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "trustpilot", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 31e67b1..7141a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trustpilot", - "version": "3.3.0", + "version": "3.4.0", "description": "HTTP client for Trustpilot", "homepage": "https://github.com/trustpilot/node-trustpilot", "repository": "https://github.com/trustpilot/node-trustpilot.git",