Skip to content

Commit

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


## v0.1.1


### 💅 Refactors

- Consistent casing ([58f6130](https://github.com/unjs/confbox/commit/58f6130))

### 🏡 Chore

- Apply automated updates ([8e9af22](https://github.com/unjs/confbox/commit/8e9af22))
- Update readme ([38d0d48](https://github.com/unjs/confbox/commit/38d0d48))
- Add jsdocs ([42c7ff6](https://github.com/unjs/confbox/commit/42c7ff6))
- Update license ([e925c31](https://github.com/unjs/confbox/commit/e925c31))
- Update toml ref ([3b21259](https://github.com/unjs/confbox/commit/3b21259))
- Apply automated updates ([c31ff7a](https://github.com/unjs/confbox/commit/c31ff7a))
- Update pkg ([1c30817](https://github.com/unjs/confbox/commit/1c30817))
- Add link to c12 ([5db720d](https://github.com/unjs/confbox/commit/5db720d))
- Apply automated updates ([6a07753](https://github.com/unjs/confbox/commit/6a07753))

### ✅ Tests

- Add test with full coverage ([7bc81b8](https://github.com/unjs/confbox/commit/7bc81b8))

### ❤️ Contributors

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

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.0",
"version": "0.1.1",
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",
"keywords": [
"yaml",
Expand Down Expand Up @@ -81,4 +81,4 @@
"yaml": "^2.3.4"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 92eab5d

Please sign in to comment.