Skip to content

Commit

Permalink
chore(release): 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Sep 16, 2021
1 parent 90c7480 commit 1e731b4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.0.0 (2021-09-16)


### Features

* :recycle: switch to an editor model using monaco ([3c2fbfc](https://github.com/okikio/bundle/commit/3c2fbfc79fc1c8e7b5ab3d61ffb8a72a0bce1cf0))
* :zap: move to only one worker; ([2f66612](https://github.com/okikio/bundle/commit/2f66612a242a87a81c132b50c26b3f5feaa70fa9))
* add bundle.js.org into CNAME ([e716b29](https://github.com/okikio/bundle/commit/e716b292661ee08517fb29701d60072a41fdf55b))
* add frontend for bundler, ([7d1f557](https://github.com/okikio/bundle/commit/7d1f557c48e389257f280b0f902d4241f63a1f69))
* add search parameters e.g. bundle.js.org?exports=useState&from=react ([40874cb](https://github.com/okikio/bundle/commit/40874cb0dfd79b594fe9047e8e067379822372ae))
* add solid js for ui, ([51051f4](https://github.com/okikio/bundle/commit/51051f4af1c1657085e370d9ef26c59b06a9e5ce))
* add support for esbuild and gzip, ([898d882](https://github.com/okikio/bundle/commit/898d88222d9f80f8680b7358045535cc5bcccf3b))
* **demo:** :sparkles: update deps; using uniroll create a rollup based bundler; replace esbuild-wasm ([46eeb8b](https://github.com/okikio/bundle/commit/46eeb8b82b648fd377efcb06fae3b794a586d068))
* **docs:** :bug: add json support to the cdn namespace ([509c663](https://github.com/okikio/bundle/commit/509c6636b5f095949d1cfeb23e4137aabc4f1a1b))
* **docs:** :sparkles: add run btn; ([049016a](https://github.com/okikio/bundle/commit/049016a254f2a4a93fddfe64c754e4157b1f664e))
* use counterapi to determing bundle js usage ([1466a1c](https://github.com/okikio/bundle/commit/1466a1ce44c5bac4b9f80269e07f4fdaab0d423e))


### Bug Fixes

* :bug: fix bugs, remove solid js ([9de0145](https://github.com/okikio/bundle/commit/9de01458ad9b66ccec0cc4d01c0792ca5435cb86))
* :bug: WIP rollup ([ec9d099](https://github.com/okikio/bundle/commit/ec9d099dd688d12008685994d516917f0fdc8194))
* :fire: fix bugs from winidicss ([f71d692](https://github.com/okikio/bundle/commit/f71d6929895a70dd526c2e6ae3c5a18cd1d04ef9))
* add rel="noopener" to footer link ([53b56b2](https://github.com/okikio/bundle/commit/53b56b27e625d2f2c8acfd32e730486ce923db95))
* add terser and fix @babel/core ([c883c36](https://github.com/okikio/bundle/commit/c883c36a8c870b5a36a5c065ad703ebec7a3dd62))
* fix CNAME bug ([e3bb629](https://github.com/okikio/bundle/commit/e3bb629b9dc55a5cdf1d2008bff3a15badbac9de))
* fix gitpod bug ([2eb48ec](https://github.com/okikio/bundle/commit/2eb48ec6fa42486725d6fc0809246c15f5ce2d79))
* fix pnpm install errors ([36a6c80](https://github.com/okikio/bundle/commit/36a6c8087f1eae2440e778915f8ef324a29b0b2b))
* **header:** correct capitalisation of GitHub ([c7cb9bf](https://github.com/okikio/bundle/commit/c7cb9bfa6c30f0ebb0fbc4e8d1d086f82c0119cd))
* support firefox/safari 14 by bundling workers to iife ([510cd11](https://github.com/okikio/bundle/commit/510cd1110cea20bdf2b1b957254a774d3af668cc))

0 comments on commit 1e731b4

Please sign in to comment.