From 5c028f46527b8a998682e8228191b0703f38151a Mon Sep 17 00:00:00 2001 From: Alessio Stalla Date: Wed, 27 Dec 2023 17:05:13 +0100 Subject: [PATCH] Release version 0.9.2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0576ad0..b5a47c6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "build:esm": "tsc --module es6 --outDir dist/esm", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "lint": "eslint src && eslint tests", - "test": "jest" + "test": "jest", + "relase": "yarn clean && yarn lint && yarn test && yarn build && yarn publish" }, "browser": "dist/cjs/index.js", "main": "dist/cjs/index.js",