🚀Bumped version to v0.6.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-23 09:03:09 +01:00
parent 6add09c7df
commit dd0b60b2ba
3 changed files with 35 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@odit/lfk-document-server",
"version": "0.5.4",
"version": "0.6.0",
"description": "The document generation server for the LfK! runner system. This generates certificates, sponsoring aggreements and more",
"main": "src/app.ts",
"scripts": {
@@ -94,4 +94,4 @@
"after:bump": "npm run changelog:export && npm run licenses:export && git add CHANGELOG.md && git add licenses.md"
}
}
}
}