diff --git a/changelog.md b/changelog.md index 54cc6e1..5a7aba3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-15 - 1.1.1 - fix(repository) +no changes to commit + + ## 2026-03-15 - 1.1.0 - feat(cli) add npmextra-based compile target configuration for deno builds diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3eb9838..1a0c020 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdeno', - version: '1.1.0', + version: '1.1.1', description: 'A helper tool for deno compile that strips package.json to prevent devDependency bloat in compiled binaries.' }