Skip to content

Commit

Permalink
misc(version): bump to 1.9.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Aug 19, 2024
1 parent 187af23 commit 4177778
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
},
Expand Down

0 comments on commit 4177778

Please sign in to comment.