diff --git a/CHANGELOG.md b/CHANGELOG.md index 20727e4..b783cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.1.5 + +[compare changes](https://github.com/unjs/confbox/compare/v0.1.4...v0.1.5) + +### 🩹 Fixes + +- Fix `stringifyTOML` case ([a3b19b3](https://github.com/unjs/confbox/commit/a3b19b3)) + +### 🏡 Chore + +- Apply automated updates ([1475b7f](https://github.com/unjs/confbox/commit/1475b7f)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.1.4 [compare changes](https://github.com/unjs/confbox/compare/v0.1.3...v0.1.4) diff --git a/package.json b/package.json index 00cdc5c..926c3a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "confbox", - "version": "0.1.4", + "version": "0.1.5", "description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers", "keywords": [ "yaml",