Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 20, 2024
1 parent 384ee61 commit eec9adc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.1.2

[compare changes](https://github.com/unjs/confbox/compare/v0.1.1...v0.1.2)

### 🚀 Enhancements

- Switch to smol-toml for toml parsing ([#2](https://github.com/unjs/confbox/pull/2))

### 🏡 Chore

- Apply automated updates ([8a14b5f](https://github.com/unjs/confbox/commit/8a14b5f))
- Update automd ([bf48062](https://github.com/unjs/confbox/commit/bf48062))

### ❤️ Contributors

- Uncenter
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.1.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confbox",
"version": "0.1.1",
"version": "0.1.2",
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",
"keywords": [
"yaml",
Expand Down Expand Up @@ -82,4 +82,4 @@
"yaml": "^2.3.4"
},
"packageManager": "[email protected]"
}
}

0 comments on commit eec9adc

Please sign in to comment.