From 417777866157b8345231074976365f3ea9a0fbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Mon, 19 Aug 2024 16:50:53 +0200 Subject: [PATCH] misc(version): bump to 1.9.0 (#48) --- scripts/build_npm.ts | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 9de5d92..dbc3076 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -32,18 +32,13 @@ await build({ // package.json properties name: "lago-javascript-client", sideEffects: false, - version: "v1.7.0", + version: "v1.9.0", description: "Lago JavaScript API Client", repository: { - "type": "git", - "url": "git+https://github.com/getlago/lago-javascript-client.git", + type: "git", + url: "git+https://github.com/getlago/lago-javascript-client.git", }, - keywords: [ - "Lago", - "Node", - "API", - "Client", - ], + keywords: ["Lago", "Node", "API", "Client"], contributors: [ "Lovro Colic", "Jérémy Denquin", @@ -53,7 +48,7 @@ await build({ ], license: "MIT", bugs: { - "url": "https://github.com/getlago/lago-javascript-client/issues", + url: "https://github.com/getlago/lago-javascript-client/issues", }, homepage: "https://github.com/getlago/lago-javascript-client#readme", },