Skip to content

Commit

Permalink
chore(release): v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 27, 2024
1 parent 06730e1 commit 51f71b4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v0.0.4

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

### 🚀 Enhancements

- **cli:** Allow passing more options ([f794de7](https://github.com/pi0/capnp-es/commit/f794de7))
- Prefix `_init`, `_is`, `_disown` and `_has` ([1cbf9d1](https://github.com/pi0/capnp-es/commit/1cbf9d1))

### 🩹 Fixes

- Fix source info matcher ([ff0bd2f](https://github.com/pi0/capnp-es/commit/ff0bd2f))
- **cli:** Try to guess absolute paths ([06730e1](https://github.com/pi0/capnp-es/commit/06730e1))

### 📦 Build

- Fully auto generate std files ([e5b2eda](https://github.com/pi0/capnp-es/commit/e5b2eda))

### 🏡 Chore

- Update fixture ([82f85ee](https://github.com/pi0/capnp-es/commit/82f85ee))
- Fix lint issues ([3c01fcc](https://github.com/pi0/capnp-es/commit/3c01fcc))

### ❤️ Contributors

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

## v0.0.3

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

0 comments on commit 51f71b4

Please sign in to comment.