From da7b8763d58d1b86331141bba405e4d749bb4020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Wed, 11 Dec 2024 11:37:39 +0100 Subject: [PATCH] misc: Bump version from 1.17.0 to 1.17.1 --- scripts/build_npm.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index 01ffa21..0808eee 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -32,14 +32,20 @@ await build({ // package.json properties name: "lago-javascript-client", sideEffects: false, - version: "v1.17.0", + version: "v1.17.1", 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",