bump version to 4.2.1 (#1896)

This commit is contained in:
Carlos Valente
2025-11-28 16:26:53 +01:00
committed by GitHub
parent 3f1f06f7c5
commit 9ba5ebd4bd
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@getontime/resolver",
"version": "4.0.0",
"version": "4.2.1",
"type": "module",
"repository": "https://github.com/cpvalente/ontime",
"types": "./dist/main.d.ts",
@@ -23,7 +23,7 @@
"tsup": "^8.5.0",
"rimraf": "catalog:",
"typescript": "catalog:",
"ontime-types": "workspace:^4.0.0"
"ontime-types": "workspace:^4.2.1"
},
"files": ["dist"]
}