Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 21, 2024
1 parent b85fb53 commit b0315ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5

- Cleanup

## 0.4.4

- Cleanup
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-esbuild",
"version": "0.4.4",
"version": "0.4.5",
"private": false,
"description": "🌀 ESBuild Wrapper.",
"keywords": [
Expand Down Expand Up @@ -39,11 +39,11 @@
"esbuild": "0.20.2",
"esbuild-plugin-copy": "2.1.1",
"fast-glob": "3.3.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"devDependencies": {
"ts-node": "10.9.2",
"typescript-document": "0.0.3"
"typescript-document": "0.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b0315ea

Please sign in to comment.