Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed Oct 7, 2021
1 parent 43fef60 commit 21d66d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.5](https://github.com/okikio/bundle/compare/v0.0.4...v0.0.5) (2021-10-07)


### Features

* add hover package info; ([6eda9f6](https://github.com/okikio/bundle/commit/6eda9f64b6994c4ad6927e639bb2ff9b70ffdccc))
* only bundle code when `bundle` is included in url; ([43fef60](https://github.com/okikio/bundle/commit/43fef6055495c2f3b03edfd8e41c2759f6c9f49f))


### Bug Fixes

* disable typeaquisition; ([a43aeb6](https://github.com/okikio/bundle/commit/a43aeb650934b2422a0ee06f08f78b7459052bce))
* seperate workbox file ([2b7f8ed](https://github.com/okikio/bundle/commit/2b7f8ed57c8f95a8ea6481b53446d11fc731bb16))

### [0.0.4](https://github.com/okikio/bundle/compare/v0.0.3...v0.0.4) (2021-09-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 21d66d7

Please sign in to comment.