Skip to content

Commit eadb073

Browse files
🚀 release: 2.1.0 (#10)
* 🚀 release: 2.1.0 * 💄 style: Fix prettier --------- Co-authored-by: honzabubenik <138865634+honzabubenik@users.noreply.github.com> Co-authored-by: Honza Bubeník <honza.bubenik@localazy.com>
1 parent adb2ac3 commit eadb073

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 2.1.0 (2024-04-15)
2+
3+
### ✨ Features
4+
5+
- Use Vite for bundling, support browser bundle, update deps, Prettier ([0da86d2](https://github.com/localazy/api-client/commit/0da86d2))
6+
7+
### 📚 Documentation
8+
9+
- Update reference ([0037ecb](https://github.com/localazy/api-client/commit/0037ecb))
10+
11+
### 🧪 Tests
12+
13+
- Migrate Jest to Vitest, add fixtures and mocks ([d3d50fc](https://github.com/localazy/api-client/commit/d3d50fc))
14+
15+
### 🧰 Other Commits
16+
17+
- Add .env.example file ([adb2ac3](https://github.com/localazy/api-client/commit/adb2ac3))
18+
- Add coverage report ([0995145](https://github.com/localazy/api-client/commit/0995145))
19+
- Update CI ([93f74d0](https://github.com/localazy/api-client/commit/93f74d0))
20+
121
## 2.0.2 (2024-04-14)
222

323
### 🔀 Pull Requests

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/api-client",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Node.js module that allows you to easily interact with the Localazy API.",
55
"author": "Localazy <team@localazy.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)