chore(version): v0.1.3

This commit is contained in:
Alexander Navarro 2025-04-14 11:32:52 -04:00
parent a1b480fc47
commit 76b8d3b342
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - - - - -
## v0.1.3 - 2025-04-14
#### Bug Fixes
- use raw string to prevent quote issues - (a1b480f) - aleidk
#### Documentation
- fix example - (f6077d4) - aleidk
- - -
## v0.1.2 - 2025-04-11 ## v0.1.2 - 2025-04-11
#### Bug Fixes #### Bug Fixes
- add shebang to entrypoint - (b4a5514) - aleidk - add shebang to entrypoint - (b4a5514) - aleidk

View file

@ -1,5 +1,5 @@
{ {
"version": "0.1.2", "version": "0.1.3",
"name": "@alecodes/tmpl-build-and-load", "name": "@alecodes/tmpl-build-and-load",
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",