Skip to content

Commit 39f5715

Browse files
authored
release: Bump to v1.33.0 version (#70)
1 parent 2783b27 commit 39f5715

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/build_npm.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,20 @@ await build({
3232
// package.json properties
3333
name: "lago-javascript-client",
3434
sideEffects: false,
35-
version: "v1.32.0",
35+
version: "v1.33.0",
3636
description: "Lago JavaScript API Client",
3737
repository: {
3838
type: "git",
3939
url: "git+https://github.com/getlago/lago-javascript-client.git",
4040
},
4141
keywords: ["Lago", "Node", "API", "Client"],
42-
contributors: ["Lovro Colic", "Jérémy Denquin", "Arjun Yelamanchili", "Vincent Pochet", "Romain Sempé"],
42+
contributors: [
43+
"Lovro Colic",
44+
"Jérémy Denquin",
45+
"Arjun Yelamanchili",
46+
"Vincent Pochet",
47+
"Romain Sempé",
48+
],
4349
license: "MIT",
4450
bugs: {
4551
url: "https://github.com/getlago/lago-javascript-client/issues",

0 commit comments

Comments
 (0)