From 76b8d3b34298f970138fb05d531dfc1304804156 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 14 Apr 2025 11:32:52 -0400 Subject: [PATCH] chore(version): v0.1.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9cc8c1..a561dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - - - +## 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 #### Bug Fixes - add shebang to entrypoint - (b4a5514) - aleidk diff --git a/package.json b/package.json index e02c0f4..a3afe23 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.1.3", "name": "@alecodes/tmpl-build-and-load", "module": "index.ts", "type": "module",