Skip to content

Commit d26b7ec

Browse files
authored
Merge pull request #120 from storybookjs/gabrielcsapo/0.6.0
chore: update changelog and package version for 0.6.0 release
2 parents 8a360c5 + cb58bf2 commit d26b7ec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Unreleased
22

3-
# 0.5.0 (04/09/2021)
3+
# 0.6.0 (05/23/2022)
4+
5+
- [Updates Ember scenario to have latest LTS version and test against Ember4](https://github.com/storybookjs/ember-cli-storybook/pull/113)
6+
- [Support Storybook on Ember 4.1+](https://github.com/storybookjs/ember-cli-storybook/pull/116)
7+
- [Handle src-less script tags without error](https://github.com/storybookjs/ember-cli-storybook/pull/104)
8+
9+
# 0.5.0 (04/09/2022)
410

511
- [feature - enable config overrides](https://github.com/storybookjs/ember-cli-storybook/pull/80)
612
- [fix: do nothing if no meta found in removeRootURL() ](https://github.com/storybookjs/ember-cli-storybook/pull/98)
713
- [Maintain type attribute on script tags](https://github.com/storybookjs/ember-cli-storybook/pull/96)
14+
815
# 0.4.0 (04/09/2021)
916

1017
- [fixes defaultBlueprint path to point to scoped package path](https://github.com/storybookjs/ember-cli-storybook/pull/57)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/ember-cli-storybook",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "📒 Ember storybook adapter",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)