From 2f967f3b5506a520c7c9e78f3a785959a8823f78 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:21:49 +0100 Subject: [PATCH] Prepare release `0.2.0` --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36d148c..96c2dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-formulieren/infernologic", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-formulieren/infernologic", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.1.1", diff --git a/package.json b/package.json index 0fb3cb7..6b0aa04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-formulieren/infernologic", - "version": "0.1.1", + "version": "0.2.0", "description": "InferNoLogic is the TypeScript library designed to cool down the hellfire of type mismatches in JsonLogic. Navigate through your complex logic rules with the confidence that your types align.", "main": "index.js", "module": "./lib/index.js",