Skip to content

Commit

Permalink
Version 11.1.0, revert to Got 12
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Sep 19, 2023
1 parent 772d580 commit cf5c69e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/additional_info/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.1.0 (19-Sep-2023)

* Revert to Got 12 as the newer version causes issues with types. We will probably switch to the Fetch API in one on the next major releases.

## 11.0.1 (23-Aug-2023)

* Fix certain edge cases for OTA endpoints when the body is not present
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lokalise/node-api",
"version": "11.0.1",
"version": "11.1.0",
"description": "Official Lokalise API 2.0 Node.js client",
"license": "BSD-3-Clause",
"type": "module",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"got": "^13.0.0"
"got": "^12.6.1"
},
"bugs": {
"url": "https://github.com/lokalise/node-lokalise-api/issues"
Expand Down

0 comments on commit cf5c69e

Please sign in to comment.