Skip to content

Commit 43ba0bf

Browse files
committed
chore(release): 4.2.0
1 parent b3aceb5 commit 43ba0bf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2.0](https://github.com/nuxt-community/storybook/compare/v4.1.1...v4.2.0) (2021-11-08)
6+
7+
8+
### Features
9+
10+
* bridge support ([#335](https://github.com/nuxt-community/storybook/issues/335)) ([ebd1c17](https://github.com/nuxt-community/storybook/commit/ebd1c17292cbd8a010ab10d6153c7b184f5fc0dd))
11+
* support `--no-manager-cache` flag ([90d245c](https://github.com/nuxt-community/storybook/commit/90d245c18c874280ba7e8ccaf14531e20ac8fa67)), closes [#244](https://github.com/nuxt-community/storybook/issues/244)
12+
13+
14+
### Bug Fixes
15+
16+
* Make sure to ignore all Nuxt server plugins ([#323](https://github.com/nuxt-community/storybook/issues/323)) ([7393d18](https://github.com/nuxt-community/storybook/commit/7393d181464cca05a5db7fe1991315c10100d662))
17+
* respect object notation of plugin registration ([0f82579](https://github.com/nuxt-community/storybook/commit/0f825792d1983314cceb1e80b831acba1b9c5a0f)), closes [#309](https://github.com/nuxt-community/storybook/issues/309)
18+
519
### [4.1.1](https://github.com/nuxt-community/storybook/compare/v4.1.0...v4.1.1) (2021-07-06)
620

721
## [4.1.0](https://github.com/nuxt-community/storybook/compare/v4.0.4...v4.1.0) (2021-07-05)

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.1.1",
3+
"version": "4.2.0",
44
"description": "Storybook integration with NuxtJS",
55
"repository": "nuxt-community/storybook",
66
"license": "MIT",

0 commit comments

Comments
 (0)