From eda3d281222e137cfb93117f8f29d6e401852af7 Mon Sep 17 00:00:00 2001 From: Oleg Kamlowski Date: Thu, 20 Oct 2022 11:24:25 +0200 Subject: [PATCH] chore(package): update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 520368b..42ab233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onia", - "version": "0.1.5", + "version": "0.1.6", "description": "small set of monadic parser combinators", "main": "./dist/index.js", "types": "./types/index.d.ts",