From 97cc4a08fb0f228bcfb9e80ce7ee036f1eef5eb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:06:06 +0200 Subject: [PATCH] chore: release package(s) (#11) Co-authored-by: github-actions[bot] --- .changeset/pink-panthers-smile.md | 5 ----- quickbundle/CHANGELOG.md | 6 ++++++ quickbundle/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-panthers-smile.md diff --git a/.changeset/pink-panthers-smile.md b/.changeset/pink-panthers-smile.md deleted file mode 100644 index f8bb408..0000000 --- a/.changeset/pink-panthers-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Add support for the `default` export field contract. diff --git a/quickbundle/CHANGELOG.md b/quickbundle/CHANGELOG.md index 7de048b..82f690e 100644 --- a/quickbundle/CHANGELOG.md +++ b/quickbundle/CHANGELOG.md @@ -1,5 +1,11 @@ # quickbundle +## 2.3.0 + +### Minor Changes + +- [`5306e0f`](https://github.com/adbayb/quickbundle/commit/5306e0f9a7b7bbba81cb9c11e42c7601b7e27d27) Thanks [@adbayb](https://github.com/adbayb)! - Add support for the `default` export field contract. + ## 2.2.0 ### Minor Changes diff --git a/quickbundle/package.json b/quickbundle/package.json index 9f502e4..8828a03 100644 --- a/quickbundle/package.json +++ b/quickbundle/package.json @@ -1,6 +1,6 @@ { "name": "quickbundle", - "version": "2.2.0", + "version": "2.3.0", "description": "The zero-configuration transpiler and bundler for the web", "author": { "name": "Ayoub Adib",