Skip to content

Commit 53c068b

Browse files
Publish package
1 parent c4f51cd commit 53c068b

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/fix-hashmap-protobuf.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/parser-lifetime-fix-and-i8-i16-support.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codama/renderers-vixen-parser
22

3+
## 1.2.7
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/codama-idl/renderers-vixen-parser/pull/19) [`bf44e1f`](https://github.com/codama-idl/renderers-vixen-parser/commit/bf44e1f12bacabf709482d5973e83855399b0438) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Fix broken protobuf generation for `hashMap` fields in IDL.
8+
9+
- [#12](https://github.com/codama-idl/renderers-vixen-parser/pull/12) [`c4f51cd`](https://github.com/codama-idl/renderers-vixen-parser/commit/c4f51cdf3fb2b55b4def6dca8639f83c86be7aa8) Thanks [@kespinola](https://github.com/kespinola)! - - Resolve build error regarding missing static lifetime on `id` method
10+
- Expand generator support to `i8` and `i16`
11+
312
## 1.2.6
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-vixen-parser",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Renders Yellowstone Account and Instruction Parsers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)