Skip to content

Commit

Permalink
Merge pull request #333 from teamleadercrm/release/6.0.1
Browse files Browse the repository at this point in the history
[6.0.1] - 2022-08-30
  • Loading branch information
lowiebenoot authored Aug 30, 2022
2 parents 8f69002 + 4afd90c commit 71945b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 71945b2

Please sign in to comment.