Skip to content

Commit

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

* 💄 style: Fix prettier

---------

Co-authored-by: honzabubenik <[email protected]>
Co-authored-by: Honza Bubeník <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent adb2ac3 commit eadb073
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 2.1.0 (2024-04-15)

### ✨ Features

- Use Vite for bundling, support browser bundle, update deps, Prettier ([0da86d2](https://github.com/localazy/api-client/commit/0da86d2))

### 📚 Documentation

- Update reference ([0037ecb](https://github.com/localazy/api-client/commit/0037ecb))

### 🧪 Tests

- Migrate Jest to Vitest, add fixtures and mocks ([d3d50fc](https://github.com/localazy/api-client/commit/d3d50fc))

### 🧰 Other Commits

- Add .env.example file ([adb2ac3](https://github.com/localazy/api-client/commit/adb2ac3))
- Add coverage report ([0995145](https://github.com/localazy/api-client/commit/0995145))
- Update CI ([93f74d0](https://github.com/localazy/api-client/commit/93f74d0))

## 2.0.2 (2024-04-14)

### 🔀 Pull Requests
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.0.2",
"version": "2.1.0",
"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 eadb073

Please sign in to comment.