From c49ef9040ba80dd9e1d14a76e4bc81be24fe7c64 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 6 Oct 2024 21:44:55 +0200 Subject: [PATCH] chore(release): v0.1.8 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10644c..1afad79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.1.8 + +[compare changes](https://github.com/unjs/confbox/compare/v0.1.7...v0.1.8) + +### 🏡 Chore + +- Update bench script ([167d520](https://github.com/unjs/confbox/commit/167d520)) +- Update dependencies ([ff9a508](https://github.com/unjs/confbox/commit/ff9a508)) +- Update readme ([04f5285](https://github.com/unjs/confbox/commit/04f5285)) +- Update readme ([98b23c4](https://github.com/unjs/confbox/commit/98b23c4)) +- Fix lint ([c0c3b03](https://github.com/unjs/confbox/commit/c0c3b03)) +- Lint ([b2cee59](https://github.com/unjs/confbox/commit/b2cee59)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.1.7 [compare changes](https://github.com/unjs/confbox/compare/v0.1.6...v0.1.7) diff --git a/package.json b/package.json index 9432162..f7194eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "confbox", - "version": "0.1.7", + "version": "0.1.8", "description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers", "keywords": [ "yaml",