Skip to content

Commit 4177778

Browse files
authored
misc(version): bump to 1.9.0 (#48)
1 parent 187af23 commit 4177778

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

scripts/build_npm.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,13 @@ await build({
3232
// package.json properties
3333
name: "lago-javascript-client",
3434
sideEffects: false,
35-
version: "v1.7.0",
35+
version: "v1.9.0",
3636
description: "Lago JavaScript API Client",
3737
repository: {
38-
"type": "git",
39-
"url": "git+https://github.com/getlago/lago-javascript-client.git",
38+
type: "git",
39+
url: "git+https://github.com/getlago/lago-javascript-client.git",
4040
},
41-
keywords: [
42-
"Lago",
43-
"Node",
44-
"API",
45-
"Client",
46-
],
41+
keywords: ["Lago", "Node", "API", "Client"],
4742
contributors: [
4843
"Lovro Colic",
4944
"Jérémy Denquin",
@@ -53,7 +48,7 @@ await build({
5348
],
5449
license: "MIT",
5550
bugs: {
56-
"url": "https://github.com/getlago/lago-javascript-client/issues",
51+
url: "https://github.com/getlago/lago-javascript-client/issues",
5752
},
5853
homepage: "https://github.com/getlago/lago-javascript-client#readme",
5954
},

0 commit comments

Comments
 (0)