Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Jul 12, 2024
1 parent 95a6ba6 commit a473d0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

### Fixed

## [6.1.1] - 2024-07-12

### Fixed

- Fix crash when using `fetchAll` and first request contains less sideloaded data than subsequent requests ([@lorgan3](https://github.com/lorgan3) in [#350](https://github.com/teamleadercrm/sdk-js/pull/350))

## [6.1.0] - 2023-05-10

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

0 comments on commit a473d0c

Please sign in to comment.