Skip to content

Commit

Permalink
🚀 release: 2.1.1 (#12)
Browse files Browse the repository at this point in the history
* 🚀 release: 2.1.1

* 💄 style: Fix prettier

---------

Co-authored-by: david-vaclavek <[email protected]>
Co-authored-by: Honza Bubeník <[email protected]>
  • Loading branch information
3 people committed Apr 18, 2024
1 parent 64f7573 commit 23067cd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.1.1 (2024-04-18)

### 🔀 Pull Requests

- [Replace axios with fetch #11](https://github.com/localazy/api-client/pull/11)

### ✨ Features

- Replace axios with fetch ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11))

### 🐛 Bug Fixes

- Add missing content type header ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11))
- Fix missing query params ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11))

### 📚 Documentation

- Update README.md ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11))

# 2.1.0 (2024-04-15)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/api-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node.js module that allows you to easily interact with the Localazy API.",
"author": "Localazy <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 23067cd

Please sign in to comment.