From 5bc652162592c2a1cf6cf57a8d7e6de242c3c913 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jan 2024 03:09:55 +0000 Subject: [PATCH] chore(release): 1.3.41 [skip ci] ## [1.3.41](https://github.com/gastromatic/easybill-client/compare/v1.3.40...v1.3.41) (2024-01-01) ### Bug Fixes * **deps:** update dependency axios to v1.6.3 ([02bb890](https://github.com/gastromatic/easybill-client/commit/02bb8906572a3ab94928eaa8088f3712d2a2f457)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 531c3d9..77a6662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.41](https://github.com/gastromatic/easybill-client/compare/v1.3.40...v1.3.41) (2024-01-01) + + +### Bug Fixes + +* **deps:** update dependency axios to v1.6.3 ([02bb890](https://github.com/gastromatic/easybill-client/commit/02bb8906572a3ab94928eaa8088f3712d2a2f457)) + ## [1.3.40](https://github.com/gastromatic/easybill-client/compare/v1.3.39...v1.3.40) (2023-12-20) diff --git a/package.json b/package.json index ce33070..ed29b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easybill-client", - "version": "1.3.40", + "version": "1.3.41", "description": "Node client for easybill API", "main": "dist/index.js", "types": "dist/index.d.ts",