Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2023
1 parent b64adaa commit 035a237
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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.0.1

[compare changes](https://github.com/unjs/rc9/compare/v1.2.4...v2.0.1)


### 🩹 Fixes

- Use named export from defu ([b9401d1](https://github.com/unjs/rc9/commit/b9401d1))
- Add type exports ([b64adaa](https://github.com/unjs/rc9/commit/b64adaa))

### 💅 Refactors

- Update repository ([f76dd93](https://github.com/unjs/rc9/commit/f76dd93))

### 🏡 Chore

- Update dependencies ([a9abe31](https://github.com/unjs/rc9/commit/a9abe31))
- Fix type ([5e02ecf](https://github.com/unjs/rc9/commit/5e02ecf))
- Update test scripts ([a31b8ab](https://github.com/unjs/rc9/commit/a31b8ab))
- Update tsconfig ([8e3b33e](https://github.com/unjs/rc9/commit/8e3b33e))
- **release:** 1.2.3 ([caaa52a](https://github.com/unjs/rc9/commit/caaa52a))
- **release:** 2.0.0 ([d993e87](https://github.com/unjs/rc9/commit/d993e87))
- **release:** 1.2.4 ([a24a252](https://github.com/unjs/rc9/commit/a24a252))
- Update repo ([a8c95c5](https://github.com/unjs/rc9/commit/a8c95c5))

### ❤️ Contributors

- Pooya Parsa <[email protected]>

## [2.0.0](https://github.com/unjs/rc9/compare/v1.2.3...v2.0.0) (2022-11-15)

### [1.2.3](https://github.com/unjs/rc9/compare/v1.2.2...v1.2.3) (2022-11-15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc9",
"version": "2.0.0",
"version": "2.0.1",
"description": "Read/Write config couldn't be easier!",
"repository": "unjs/rc9",
"license": "MIT",
Expand Down

0 comments on commit 035a237

Please sign in to comment.