Skip to content

Commit

Permalink
chore(release): v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 9, 2024
1 parent 07df4c9 commit a29bbbc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.1.2

[compare changes](https://github.com/unjs/rc9/compare/v2.1.1...v2.1.2)

### 🩹 Fixes

- Stringify strings to avoid being cast to numbers ([#123](https://github.com/unjs/rc9/pull/123))
- **parse:** Handle empty values ([#86](https://github.com/unjs/rc9/pull/86))

### 🏡 Chore

- Update repo ([86d3590](https://github.com/unjs/rc9/commit/86d3590))
- Update readme ([#113](https://github.com/unjs/rc9/pull/113))
- Try tea.yaml ([701f71a](https://github.com/unjs/rc9/commit/701f71a))
- Upgrade `flat` to v6 and inline ([38cebbb](https://github.com/unjs/rc9/commit/38cebbb))
- Update badges ([14618f0](https://github.com/unjs/rc9/commit/14618f0))
- Update readme ([4766224](https://github.com/unjs/rc9/commit/4766224))
- Update lockfile ([fcb4059](https://github.com/unjs/rc9/commit/fcb4059))
- Lint ([07df4c9](https://github.com/unjs/rc9/commit/07df4c9))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Huel129 ([@vue-multiple](http://github.com/vue-multiple))
- Nozomu Ikuta ([@NozomuIkuta](http://github.com/NozomuIkuta))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v2.1.1

[compare changes](https://github.com/unjs/rc9/compare/v2.1.0...v2.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": "rc9",
"version": "2.1.1",
"version": "2.1.2",
"description": "Read/Write config couldn't be easier!",
"repository": "unjs/rc9",
"license": "MIT",
Expand Down Expand Up @@ -43,4 +43,4 @@
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.6"
}
}

0 comments on commit a29bbbc

Please sign in to comment.