From 21d66d79ce236ecddde5ff18e5df0aa2658b269b Mon Sep 17 00:00:00 2001 From: Okiki Date: Thu, 7 Oct 2021 14:52:38 +0000 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66f7355..395a5b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c926f91e..592df239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10543,5 +10543,5 @@ } } }, - "version": "0.0.4" + "version": "0.0.5" } diff --git a/package.json b/package.json index c2e32b85..18875d33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bundle", - "version": "0.0.4", + "version": "0.0.5", "private": true, "license": "MIT", "type": "module",