Skip to content

Commit c543c43

Browse files
committed
chore(release): 4.3.1
1 parent 4a60d04 commit c543c43

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [4.3.1](https://github.com/nuxt-community/storybook/compare/v4.3.0...v4.3.1) (2022-04-26)
6+
7+
8+
### Bug Fixes
9+
10+
* `undefined` render args argument ([#378](https://github.com/nuxt-community/storybook/issues/378)) ([ba614fd](https://github.com/nuxt-community/storybook/commit/ba614fd4527045a0c0d79bff07409b3a05a98cc8))
11+
* keep `NODE_ENV` set by users ([#383](https://github.com/nuxt-community/storybook/issues/383)) ([21064f4](https://github.com/nuxt-community/storybook/commit/21064f404bc9e946779620ed6244b451c00e2503))
12+
513
## [4.3.0](https://github.com/nuxt-community/storybook/compare/v4.2.0...v4.3.0) (2022-03-03)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/storybook",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Storybook integration with NuxtJS",
55
"repository": "nuxt-community/storybook",
66
"license": "MIT",

0 commit comments

Comments
 (0)