Skip to content

Commit

Permalink
Merge pull request #335 from teamleadercrm/release/6.0.2
Browse files Browse the repository at this point in the history
[6.0.2] - 2022-08-31
  • Loading branch information
lowiebenoot committed Aug 31, 2022
2 parents f317c11 + d19ea8a commit 6fe4c28
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

- 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
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.1",
"version": "6.0.2",
"description": "Teamleader API SDK",
"main": "dist/cjs/main.js",
"module": "dist/es/main.js",
Expand Down

0 comments on commit 6fe4c28

Please sign in to comment.