diff --git a/.changeset/spotty-cows-sip.md b/.changeset/spotty-cows-sip.md deleted file mode 100644 index dde1f1d..0000000 --- a/.changeset/spotty-cows-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Add cross-compilation feature. diff --git a/quickbundle/CHANGELOG.md b/quickbundle/CHANGELOG.md index 495464d..a08ea12 100644 --- a/quickbundle/CHANGELOG.md +++ b/quickbundle/CHANGELOG.md @@ -1,5 +1,11 @@ # quickbundle +## 2.8.0 + +### Minor Changes + +- [`3b75337`](https://github.com/adbayb/quickbundle/commit/3b753371b98a5c341324945f1ebd6166d3fed834) Thanks [@adbayb](https://github.com/adbayb)! - Add cross-compilation feature. + ## 2.7.0 ### Minor Changes diff --git a/quickbundle/package.json b/quickbundle/package.json index 70fb63a..4e1d419 100644 --- a/quickbundle/package.json +++ b/quickbundle/package.json @@ -1,6 +1,6 @@ { "name": "quickbundle", - "version": "2.7.0", + "version": "2.8.0", "description": "The zero-configuration transpiler and bundler for the web", "author": { "name": "Ayoub Adib",