Skip to content

Commit 028e4f6

Browse files
misc(version): Bump version to 1.33.3 (#72)
1 parent c2d2eb9 commit 028e4f6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

scripts/build_npm.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,14 @@ await build({
3232
// package.json properties
3333
name: "lago-javascript-client",
3434
sideEffects: false,
35-
version: "v1.33.1",
35+
version: "v1.33.3",
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: [
43-
"Lovro Colic",
44-
"Jérémy Denquin",
45-
"Arjun Yelamanchili",
46-
"Vincent Pochet",
47-
"Romain Sempé",
48-
],
42+
contributors: ["Lovro Colic", "Jérémy Denquin", "Arjun Yelamanchili", "Vincent Pochet", "Romain Sempé"],
4943
license: "MIT",
5044
bugs: {
5145
url: "https://github.com/getlago/lago-javascript-client/issues",

0 commit comments

Comments
 (0)