4 Commits

Author SHA1 Message Date
3e8d2768b3 chore: format
Some checks failed
🚀 Release / release (push) Failing after 1m42s
2026-02-03 15:43:47 +01:00
16a832779a chore(ci): make release script work with sh 2026-02-03 15:43:47 +01:00
d582915842 chore(ci): add jq and git to ci docker image 2026-02-03 15:43:47 +01:00
release-bot
caaecd7a02 chore(release): v0.0.1 2026-02-03 14:43:26 +00:00
4 changed files with 10 additions and 3 deletions

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
## v0.0.1 (2026-02-03)
chore: format
---

View File

@@ -1,7 +1,7 @@
{
"name": "@nodarium/app",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@@ -19,5 +19,6 @@
"devDependencies": {
"chokidar-cli": "catalog:",
"dprint": "^0.51.1"
}
},
"version": "0.0.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nodarium/types",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {