From 5325977fb840113ed0fac640470b9134ee98cf0d Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Mon, 2 Sep 2024 14:09:20 +0200 Subject: [PATCH] misc(version): Bump to v1.10.0 (#49) --- scripts/build_npm.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index dbc3076..24612e0 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -32,20 +32,14 @@ await build({ // package.json properties name: "lago-javascript-client", sideEffects: false, - version: "v1.9.0", + version: "v1.10.0", description: "Lago JavaScript API Client", repository: { type: "git", url: "git+https://github.com/getlago/lago-javascript-client.git", }, keywords: ["Lago", "Node", "API", "Client"], - contributors: [ - "Lovro Colic", - "Jérémy Denquin", - "Arjun Yelamanchili", - "Vincent Pochet", - "Romain Sempé", - ], + contributors: ["Lovro Colic", "Jérémy Denquin", "Arjun Yelamanchili", "Vincent Pochet", "Romain Sempé"], license: "MIT", bugs: { url: "https://github.com/getlago/lago-javascript-client/issues",