Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Feb 23, 2020
1 parent 5e24402 commit 7cca88b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2] - 2020-02-24

### Fixed

- Stringify function props' default value. (Issue: [#126](https://github.com/pocka/storybook-addon-vue-info/issues/126), PR: [#127](https://github.com/pocka/storybook-addon-vue-info/pull/127))

## [1.4.1] - 2019-12-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-vue-info",
"version": "1.4.1",
"version": "1.4.2",
"description": "Storybook addon that shows Vue component information",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7cca88b

Please sign in to comment.