From a195defdfa321b4bdfa6f9ea8b53a48db0f9aefc Mon Sep 17 00:00:00 2001
From: thekiba
Date: Mon, 12 Feb 2024 01:52:55 +0400
Subject: [PATCH] chore: release v0.1.2
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 8152ce5..ff906ad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ton-community/tlb-parser",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Parse TLB syntax into TypeScript objects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",