diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ad87e53 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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.1 (2022-08-17) + + +### Bug Fixes + +* add missing `default` and `__esModule` exports ([e079741](https://github.com/nuxt-contrib/vue-devtools-stub/commit/e07974195ff2b8f2a198b2878f47225241940efe)) +* remove `__esModule` ([0e797c4](https://github.com/nuxt-contrib/vue-devtools-stub/commit/0e797c4c7921beecfb7c5e9305fd1c8c573ca6ea)) diff --git a/package.json b/package.json index cc144c5..3554e45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-devtools-stub", - "version": "0.0.0", + "version": "0.0.1", "description": "", "repository": "nuxt-contrib/vue-devtools-stub", "license": "MIT",