From aaca0d80ea6d7638bb60ca86013fb3af842b5bd7 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 11 Apr 2024 21:47:23 -0700 Subject: [PATCH] v0.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 60856cd..fae632b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symlink-workspace", - "version": "0.0.1", + "version": "0.1.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", @@ -72,4 +72,4 @@ "mkdirp": "3.0.0", "rimraf": "5.0.0" } -} \ No newline at end of file +}