Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 29, 2024
1 parent 9c29070 commit 2e69367
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
@@ -1,6 +1,33 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/unjs/undio/compare/v0.0.1...v0.1.0)

### 💅 Refactors

- ⚠️ Generate type maps ([c2ff49e](https://github.com/unjs/undio/commit/c2ff49e))

### 🏡 Chore

- Apply automated updates ([6de622b](https://github.com/unjs/undio/commit/6de622b))
- Fix build ([e8fa191](https://github.com/unjs/undio/commit/e8fa191))
- Set codecov token ([e568360](https://github.com/unjs/undio/commit/e568360))
- Update badges ([9c29070](https://github.com/unjs/undio/commit/9c29070))

### ✅ Tests

- Add initial tests ([973e0cc](https://github.com/unjs/undio/commit/973e0cc))

#### ⚠️ Breaking Changes

- ⚠️ Generate type maps ([c2ff49e](https://github.com/unjs/undio/commit/c2ff49e))

### ❤️ Contributors

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

## v0.0.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": "undio",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"repository": "unjs/undio",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.12.1"
}
}

0 comments on commit 2e69367

Please sign in to comment.