diff --git a/.changeset/clean-countries-sneeze.md b/.changeset/clean-countries-sneeze.md deleted file mode 100644 index ee35e2f..0000000 --- a/.changeset/clean-countries-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Update dependencies including rollup and swc. diff --git a/.changeset/small-kings-serve.md b/.changeset/small-kings-serve.md deleted file mode 100644 index ce3dd5c..0000000 --- a/.changeset/small-kings-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Add `compile` command to build standalone executables. diff --git a/quickbundle/CHANGELOG.md b/quickbundle/CHANGELOG.md index 4877d43..495464d 100644 --- a/quickbundle/CHANGELOG.md +++ b/quickbundle/CHANGELOG.md @@ -1,5 +1,13 @@ # quickbundle +## 2.7.0 + +### Minor Changes + +- [`71fed0b`](https://github.com/adbayb/quickbundle/commit/71fed0b71441e34ac6e49358c10b888c236810e6) Thanks [@adbayb](https://github.com/adbayb)! - Update dependencies including rollup and swc. + +- [`bc06d62`](https://github.com/adbayb/quickbundle/commit/bc06d6251f5af6e33c73cb7e28a8b3e713d3de76) Thanks [@adbayb](https://github.com/adbayb)! - Add `compile` command to build standalone executables. + ## 2.6.0 ### Minor Changes diff --git a/quickbundle/package.json b/quickbundle/package.json index 30b9e04..ff3a125 100644 --- a/quickbundle/package.json +++ b/quickbundle/package.json @@ -1,6 +1,6 @@ { "name": "quickbundle", - "version": "2.6.0", + "version": "2.7.0", "description": "The zero-configuration transpiler and bundler for the web", "author": { "name": "Ayoub Adib",