We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5167a commit 9588834Copy full SHA for 9588834
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@formo/analytics",
3
- "version": "1.23.0",
+ "version": "1.24.0",
4
"packageManager": "pnpm@9.0.0",
5
"repository": {
6
"type": "git",
src/version.ts
@@ -1,3 +1,3 @@
// This file is auto-generated by scripts/update-version.js during npm version
// Do not edit manually - it will be overwritten
-export const version = '1.23.0';
+export const version = '1.24.0';
0 commit comments