Skip to content

Commit

Permalink
fix(esbuild-meta): fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jul 1, 2024
1 parent 3fb9fab commit 571beea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions packages/esbuild-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
## 1.4.12 (2024-06-29)


### 🩹 Fixes

- **esbuild-meta:** fix release config ([2863cd6](https://github.com/ChristopherPHolder/app-speed/commit/2863cd6))


### ❤️ Thank You

- ChristopherPHolder
Expand Down Expand Up @@ -214,4 +206,4 @@

### ❤️ Thank You

- ChristopherPHolder
- ChristopherPHolder
2 changes: 1 addition & 1 deletion packages/esbuild-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"esbuild": "0.19.2",
"yargs": "^17.7.2"
},
"version": "1.4.11"
"version": "1.4.13"
}
2 changes: 1 addition & 1 deletion packages/esbuild-meta/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import { filterMetaCommand } from './lib/filter-meta.js';

yargs(hideBin(argv)).command('$0', 'Default Command is filter', filterMetaCommand).parse();

console.log('Esbuild Meta Completed Successfully');
console.log('Esbuild Meta completed successfully');

0 comments on commit 571beea

Please sign in to comment.