diff --git a/CHANGELOG.md b/CHANGELOG.md index b43b456..7eee662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.3] - 2026-03-25 + +### Added + +- **ci**: Renovate configuration with config validator workflow + ### Changed - **deps**: Bump `@poupe/eslint-config` ~0.8.3 → ^0.8.4 — remove diff --git a/package.json b/package.json index 144ba81..762be87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kagal/json-template", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "description": "JSON template engine with shell-style ${var:-default} variable substitution", "license": "MIT",