diff --git a/CHANGELOG.md b/CHANGELOG.md index 512a9c6..6d212a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.31](https://github.com/gastromatic/easybill-client/compare/v1.3.30...v1.3.31) (2023-10-16) + + +### Bug Fixes + +* **deps:** update dependency @types/node to v18.18.5 ([13a7dba](https://github.com/gastromatic/easybill-client/commit/13a7dbaa77b6b0ad272ab31abc348bf2e575e756)) + ## [1.3.30](https://github.com/gastromatic/easybill-client/compare/v1.3.29...v1.3.30) (2023-10-09) diff --git a/package.json b/package.json index cb82d10..86706f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easybill-client", - "version": "1.3.30", + "version": "1.3.31", "description": "Node client for easybill API", "main": "dist/index.js", "types": "dist/index.d.ts",