Skip to content

Commit 6fc38a2

Browse files
Publish package (#34)
1 parent 0c70d0b commit 6fc38a2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/fix-bytes-type.md

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

.changeset/fix-hashmap-values-conversion.md

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

CHANGELOG.md

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

3+
## 1.2.8
4+
5+
### Patch Changes
6+
7+
- [#26](https://github.com/codama-idl/renderers-vixen-parser/pull/26) [`ea6aaa9`](https://github.com/codama-idl/renderers-vixen-parser/commit/ea6aaa90565431a162ca5ad903cb025f42f3273c) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Fix IDL bytes type conversion
8+
9+
- [#33](https://github.com/codama-idl/renderers-vixen-parser/pull/33) [`600a593`](https://github.com/codama-idl/renderers-vixen-parser/commit/600a593ae78e65de540e115e41dfe77488d3f306) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Add HashMap values conversion when needed
10+
311
## 1.2.7
412

513
### 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.7",
3+
"version": "1.2.8",
44
"description": "Renders Yellowstone Account and Instruction Parsers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)