Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2025
1 parent b8f7fd8 commit 6828bc3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.0.6

[compare changes](https://github.com/unjs/capnp-es/compare/v0.0.5...v0.0.6)

### 🩹 Fixes

- **rpc:** Conditionally use `FinalizationRegistry` ([#7](https://github.com/unjs/capnp-es/pull/7))

### 📖 Documentation

- Update to use local install ([#9](https://github.com/unjs/capnp-es/pull/9))

### 🏡 Chore

- Update generate files ([3a53e7f](https://github.com/unjs/capnp-es/commit/3a53e7f))
- Add codeowners ([5c768a8](https://github.com/unjs/capnp-es/commit/5c768a8))
- Update refs to unjs/ ([d35918a](https://github.com/unjs/capnp-es/commit/d35918a))

### ❤️ Contributors

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

## v0.0.5

[compare changes](https://github.com/unjs/capnp-es/compare/v0.0.4...v0.0.5)
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": "capnp-es",
"version": "0.0.5",
"version": "0.0.6",
"description": "TypeScript implementation of the Cap'n Proto serialization.",
"repository": "unjs/capnp-es",
"license": "MIT",
Expand Down

0 comments on commit 6828bc3

Please sign in to comment.