From 9ffc1dc17bcfd3318e8530b57e95a4c1a4e4c17d Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 11 Apr 2024 22:05:34 -0700 Subject: [PATCH] v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa4f92d..3b85bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symlink-workspace", - "version": "0.2.1", + "version": "0.2.2", "description": "create symlinks in lerna/yarn workspaces for publish setups requiring both esm and cjs builds", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/symlink-workspace#readme",