Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 19, 2024
1 parent b43cfd4 commit c49927e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.4.2
## 0.4.3

- Split Documentation
- Cleanup

## 0.4.2

Expand Down
2 changes: 1 addition & 1 deletion Target/Class/TypeScriptESBuild.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-esbuild",
"version": "0.4.2",
"version": "0.4.3",
"private": false,
"description": "🌀 ESBuild Wrapper.",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'"
},
"dependencies": {
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"commander": "12.0.0",
"deepmerge-ts": "5.1.0",
"esbuild": "0.20.2",
Expand Down

0 comments on commit c49927e

Please sign in to comment.