From 021b86544cd2f7fd24ac6fa99d7ee70ebd233747 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 11 Apr 2024 22:09:02 -0700 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f81b63..4680018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symlink-workspace", - "version": "0.2.3", + "version": "1.0.0", "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",