From 8f494f9e97c8cc78d7be7813178f0d2f335ff4f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:47:00 +0000 Subject: [PATCH] chore: release @web-std/file 3.0.3 --- packages/file/CHANGELOG.md | 7 +++++++ packages/file/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/file/CHANGELOG.md b/packages/file/CHANGELOG.md index 2860a43..a4ba5d3 100644 --- a/packages/file/CHANGELOG.md +++ b/packages/file/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.3](https://www.github.com/web-std/io/compare/file-v3.0.2...file-v3.0.3) (2023-08-28) + + +### Changes + +* promote `types` conditional exports to the top of the list ([#88](https://www.github.com/web-std/io/issues/88)) ([c1339b9](https://www.github.com/web-std/io/commit/c1339b9bef4312e5efd4c5fe627b92e6c1d5c3d1)) + ### [3.0.2](https://www.github.com/web-std/io/compare/file-v3.0.1...file-v3.0.2) (2022-01-21) diff --git a/packages/file/package.json b/packages/file/package.json index 21d4f9c..17b9c56 100644 --- a/packages/file/package.json +++ b/packages/file/package.json @@ -1,6 +1,6 @@ { "name": "@web-std/file", - "version": "3.0.2", + "version": "3.0.3", "description": "Web API compatible File implementation for node", "files": [ "src",