fix(repository): no changes to commit

This commit is contained in:
2026-03-15 15:32:34 +00:00
parent 6481f96540
commit 9df14f80c5
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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.'
}