fix(repo): no changes to commit
This commit is contained in:
12
changelog.md
Normal file
12
changelog.md
Normal file
@@ -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
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user