diff --git a/changelog.md b/changelog.md index 6859329..3a7f2cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-06-24 - 1.2.49 - fix(core) +Minor maintenance updates with version bump + + ## 2024-06-24 - 1.2.48 - fix(dependencies) Update TypeScript dependency version diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 41810ec..41e2ae1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsrun', - version: '1.2.48', + version: '1.2.49', description: 'run typescript programs efficiently' }