From d9cd625704cb5753e98317e484daa918de241c60 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Nov 2022 04:07:43 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/firesquadio/nodejs-api-sdk/compare/v1.8.0...v1.9.0) (2022-11-17) ### Features * Update to latest ([01b326a](https://github.com/firesquadio/nodejs-api-sdk/commit/01b326a55fa32a5933ebe25347189a5102794564)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dcdc26..8833c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@firesquad/api-sdk", - "version": "1.8.0", + "version": "1.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Nahuel Veron ",