From 05173125845966fd8f5fac7f9a7d27c5ed3a49c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:45:23 +0000 Subject: [PATCH] Version Packages --- .changeset/loud-bushes-try.md | 5 ----- .changeset/yummy-turtles-search.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/loud-bushes-try.md delete mode 100644 .changeset/yummy-turtles-search.md diff --git a/.changeset/loud-bushes-try.md b/.changeset/loud-bushes-try.md deleted file mode 100644 index 2acb13c..0000000 --- a/.changeset/loud-bushes-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tsdot": patch ---- - -feat: added minify so the bundle size is smaller. diff --git a/.changeset/yummy-turtles-search.md b/.changeset/yummy-turtles-search.md deleted file mode 100644 index b232df7..0000000 --- a/.changeset/yummy-turtles-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tsdot": patch ---- - -docs: better docs and examples. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3d272..eda2a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # dot.js +## 1.1.8 + +### Patch Changes + +- [#7](https://github.com/Blankeos/tsdot/pull/7) [`4a70591`](https://github.com/Blankeos/tsdot/commit/4a70591299aa1252335b7b70c6420be9815260d7) Thanks [@Blankeos](https://github.com/Blankeos)! - feat: added minify so the bundle size is smaller. + +- [#7](https://github.com/Blankeos/tsdot/pull/7) [`4a70591`](https://github.com/Blankeos/tsdot/commit/4a70591299aa1252335b7b70c6420be9815260d7) Thanks [@Blankeos](https://github.com/Blankeos)! - docs: better docs and examples. + ## 1.1.7 ### Patch Changes diff --git a/package.json b/package.json index d547e36..b0f2c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsdot", - "version": "1.1.7", + "version": "1.1.8", "description": "The fastest + concise javascript template engine for Node.js and browsers.", "license": "MIT", "author": "Carlo Taleon",