From 52fdbd0c181f856d0a532f3512c9452aba985197 Mon Sep 17 00:00:00 2001 From: linbudu599 Date: Tue, 7 Mar 2023 20:40:53 +0800 Subject: [PATCH] =?UTF-8?q?release(esbuild):=20=F0=9F=8F=B9=20Release=20es?= =?UTF-8?q?build-plugin-copy@2.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/esbuild-plugin-copy/package.json | 2 +- .../esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/esbuild-plugin-copy/package.json b/packages/esbuild-plugin-copy/package.json index 2d49f1b..6baee8c 100644 --- a/packages/esbuild-plugin-copy/package.json +++ b/packages/esbuild-plugin-copy/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-copy", - "version": "2.0.2", + "version": "2.1.0", "description": "ESBuild plugin for assets copy.", "keywords": [ "esbuild", diff --git a/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md b/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md index e296abc..7e37a6d 100644 --- a/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md +++ b/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md @@ -8,7 +8,7 @@ Node.js `fs.ddddwatch`: -* Doesn't report filenames on MacOS. +* Doesn't report filedddnames on MacOS. * Doesn't report events at all when using editors like Sublime on MacOS. * Often reports events twice. * Emits most changes as `rename`.