From b4792aa2a2d0fda2b662a8a531b95e63bfc9212d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 27 Aug 2024 08:47:26 +0300 Subject: [PATCH] --- CHANGELOG.md | 2 ++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192e61a..2e3532d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.1.4 + ## 0.1.3 ### Changed diff --git a/README.md b/README.md index 4ea96de..72808ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🌀 [Build] — -Build is a powerful tool that compiles all your `TypeScript` files into +`Build` is a powerful tool that compiles all your `TypeScript` files into `JavaScript`, leveraging the speed of `ESBuild` and the type-checking capabilities of the `TypeScript` compiler. @@ -10,7 +10,7 @@ of the `TypeScript` compiler. - `TypeScript` support with type-checking - Watch mode for development - Customizable `ESBuild` configuration -- Supports both CommonJS and ES modules +- Supports both `CommonJS` and `ES` modules ## 🚀 Installation @@ -48,7 +48,7 @@ Options: ### NPM Scripts -Add Build to your `package.json` scripts: +Add `Build` to your `package.json` scripts: ```json { diff --git a/package.json b/package.json index 444ef98..6861001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playform/build", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "🌀 Build —", "keywords": [