diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1054c..e319b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ ### Changed -- Cache the values that are created by the proxy. So if you call an endpoint 2 times, it will call the same function 2 times. This makes testing easier. ([@lowiebenoot](https://github.com/lowiebenoot) in [#332](https://github.com/teamleadercrm/sdk-js/pull/332)) - ### Deprecated ### Removed ### Fixed +## [6.0.1] - 2022-08-30 + +### Changed + +- Cache the values that are created by the proxy. So if you call an endpoint 2 times, it will call the same function 2 times. This makes testing easier. ([@lowiebenoot](https://github.com/lowiebenoot) in [#332](https://github.com/teamleadercrm/sdk-js/pull/332)) + ## [6.0.0] - 2022-08-23 ### Changed diff --git a/package.json b/package.json index 97cd145..f029add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teamleader/api", - "version": "6.0.0", + "version": "6.0.1", "description": "Teamleader API SDK", "main": "dist/cjs/main.js", "module": "dist/es/main.js",