From eadb073a1128f598856ad43c16c6d677df9fd8ff Mon Sep 17 00:00:00 2001 From: "localazy-ci-auth[bot]" <150278259+localazy-ci-auth[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:11:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.0=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * πŸš€ release: 2.1.0 * πŸ’„ style: Fix prettier --------- Co-authored-by: honzabubenik <138865634+honzabubenik@users.noreply.github.com> Co-authored-by: Honza BubenΓ­k --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1643b..9b54d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index d0f9e9b..dda3cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.0.2", + "version": "2.1.0", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index 3f3c9cb..8416ee8 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",