We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a910 commit a8a4070Copy full SHA for a8a4070
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.0.7
4
+
5
+[compare changes](https://github.com/unjs/capnp-es/compare/v0.0.6...v0.0.7)
6
7
+### 📦 Build
8
9
+- Inline self-imports ([754a910](https://github.com/unjs/capnp-es/commit/754a910))
10
11
+### ❤️ Contributors
12
13
+- Pooya Parsa ([@pi0](http://github.com/pi0))
14
15
## v0.0.6
16
17
[compare changes](https://github.com/unjs/capnp-es/compare/v0.0.5...v0.0.6)
package.json
@@ -1,6 +1,6 @@
{
"name": "capnp-es",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "TypeScript implementation of the Cap'n Proto serialization.",
"repository": "unjs/capnp-es",
"license": "MIT",
0 commit comments