diff --git a/CHANGELOG.md b/CHANGELOG.md index 81521e2..e99d1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.3] - 2019-11-14 + +### Deprecated + +- Deprecate the custom loader in favor of vue-docgen-loader. (PR: [#121](https://github.com/pocka/storybook-addon-vue-info/pull/121)) + ## [1.3.2] - 2019-09-24 ### Fixed diff --git a/package.json b/package.json index 896f212..ce40831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-addon-vue-info", - "version": "1.3.2", + "version": "1.3.3", "description": "Storybook addon that shows Vue component information", "main": "lib/index.js", "types": "lib/index.d.ts",