diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e4aa2e..dc355ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.5](https://github.com/sxzz/unplugin-vue/compare/v0.1.4...v0.1.5) (2022-01-19) + + +### Bug Fixes + +* **build:** tsup baseUrl ([7ba36e9](https://github.com/sxzz/unplugin-vue/commit/7ba36e93dfce1e5f7e8e58fc661db909d5d525cb)) + ### [0.1.4](https://github.com/sxzz/unplugin-vue/compare/v0.1.3...v0.1.4) (2022-01-19) diff --git a/package.json b/package.json index 1ebad3c1..0cec1cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-vue", - "version": "0.1.4", + "version": "0.1.5", "description": "Transform Vue 3 SFC to JavaScript.", "keywords": [ "vue",