Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 4, 2023
1 parent e616de7 commit c169bca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

- Cleanup

## 0.3.1

- Cleanup
Expand Down
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.3.1",
"version": "0.3.2",
"private": false,
"description": "🌀 Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Class/TypeScriptESBuild.ts 'Source/**/*.ts'"
},
"dependencies": {
"@types/node": "20.10.2",
"@types/node": "20.10.3",
"commander": "11.1.0",
"deepmerge-ts": "5.1.0",
"esbuild": "0.19.8",
Expand Down

0 comments on commit c169bca

Please sign in to comment.