From b14c95af2f52a1a39f2df2728a2cc14a9e005d7c Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Mar 2026 14:04:18 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 12 ++++++++++++ ts/00_commitinfo_data.ts | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..7bc3cb5 --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +# Changelog + +## 2026-03-15 - 1.0.1 - fix(repo) +no changes to commit + + +## 2026-03-15 - 1.0.0 - release +Initial release of `@git.zone/tsdeno`, a Deno compile wrapper that strips `package.json` to prevent devDependency bloat. + +- Adds the first public release of the project +- Provides a wrapper around `deno compile` +- Strips `package.json` during compilation to avoid unnecessary devDependency inclusion \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7f2adaf..db07071 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * autocreated commitance info data by @push.rocks/commitinfo + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@git.zone/tsdeno', - version: '1.0.0', - description: 'A helper tool for deno compile that strips package.json to prevent devDependency bloat in compiled binaries.', -}; + version: '1.0.1', + description: 'A helper tool for deno compile that strips package.json to prevent devDependency bloat in compiled binaries.' +}