From 60b011283de28f3c28849127fbf1bcc3bbdcdf49 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 9 Sep 2024 11:04:57 +0300 Subject: [PATCH] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae08e44..e5196c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## 0.1.5 +### Changed + +- Updated @types/node to version 22.5.4 +- Improved build process to include CSS files. +- Enhanced file path handling in the build process using path module + functions. +- Updated dependencies: + - esbuild + - ts-node + +### Added + +- Added the ability to exclude files/folders from the build process. +- Added `ignore` option to the Build interface. + ## 0.1.4 ### Changed