Skip to content

Commit

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

## v0.0.5

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

### 🩹 Fixes

- Various fixes ([#10](https://github.com/pi0/capnp-es/pull/10))

### 🏡 Chore

- Fix ci ([2248360](https://github.com/pi0/capnp-es/commit/2248360))
- Prettier ignore std files ([090c767](https://github.com/pi0/capnp-es/commit/090c767))
- Fix build script ([f995c63](https://github.com/pi0/capnp-es/commit/f995c63))
- Update deps ([12c4c58](https://github.com/pi0/capnp-es/commit/12c4c58))
- Lint ([6a13e89](https://github.com/pi0/capnp-es/commit/6a13e89))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Somhairle MacLeòid ([@penalosa](http://github.com/penalosa))

## v0.0.4

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

0 comments on commit 3c8d502

Please sign in to comment.