Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 91ede85 commit 75aea84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.3
## 0.1.4

- Cleanup

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [JavaScript Build] πŸ§‘πŸ»β€πŸ’»

This utility builds all JavaScript files from TypeScript with esbuild in a given folder.
This utility builds all JavaScript files from TypeScript within a given folder
using esbuild.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascriptbuild",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"description": "πŸ§‘πŸ»β€πŸ’» Builds JavaScript files from TypeScript with esbuild.",
"keywords": [
Expand Down

0 comments on commit 75aea84

Please sign in to comment.