From b057010c822b1ee1b405feb984816fbcdc63ff23 Mon Sep 17 00:00:00 2001 From: Lowie Benoot Date: Wed, 31 Aug 2022 20:10:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=206.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f029add..2a5e645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teamleader/api", - "version": "6.0.1", + "version": "6.0.2", "description": "Teamleader API SDK", "main": "dist/cjs/main.js", "module": "dist/es/main.js", From d19ea8a1e9c1bbb9adafe090f83d69c53f9d2173 Mon Sep 17 00:00:00 2001 From: Lowie Benoot Date: Wed, 31 Aug 2022 20:16:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20updated=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e56928..8215497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ ### Changed -- Allow overwriting action endpoints. This is useful for mocking the API. ([@lowiebenoot](https://github.com/lowiebenoot) in [#334](https://github.com/teamleadercrm/sdk-js/pull/334)) - ### Deprecated ### Removed ### Fixed +## [6.0.2] - 2022-08-31 + +### Changed + +- Allow overwriting action endpoints. This is useful for mocking the API. ([@lowiebenoot](https://github.com/lowiebenoot) in [#334](https://github.com/teamleadercrm/sdk-js/pull/334)) + ## [6.0.1] - 2022-08-30 ### Changed