From e3cd762454653923ca0d2d21823d11d488aa8585 Mon Sep 17 00:00:00 2001 From: Susisu Date: Sun, 2 Jun 2024 19:25:36 +0900 Subject: [PATCH] chore: bump to v0.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57254c3..d482192 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@susisu/effectful", - "version": "0.1.0", - "description": "Type-safe and extensible computational effects in TypeScript", + "version": "0.2.0", + "description": "Computational effects in TypeScript", "repository": "https://github.com/susisu/effectful.git", "author": "Susisu ", "license": "MIT",