Skip to content

Commit

Permalink
Merge pull request #120 from storybookjs/gabrielcsapo/0.6.0
Browse files Browse the repository at this point in the history
chore: update changelog and package version for 0.6.0 release
  • Loading branch information
shilman authored May 30, 2022
2 parents 8a360c5 + cb58bf2 commit d26b7ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Unreleased

# 0.5.0 (04/09/2021)
# 0.6.0 (05/23/2022)

- [Updates Ember scenario to have latest LTS version and test against Ember4](https://github.com/storybookjs/ember-cli-storybook/pull/113)
- [Support Storybook on Ember 4.1+](https://github.com/storybookjs/ember-cli-storybook/pull/116)
- [Handle src-less script tags without error](https://github.com/storybookjs/ember-cli-storybook/pull/104)

# 0.5.0 (04/09/2022)

- [feature - enable config overrides](https://github.com/storybookjs/ember-cli-storybook/pull/80)
- [fix: do nothing if no meta found in removeRootURL() ](https://github.com/storybookjs/ember-cli-storybook/pull/98)
- [Maintain type attribute on script tags](https://github.com/storybookjs/ember-cli-storybook/pull/96)

# 0.4.0 (04/09/2021)

- [fixes defaultBlueprint path to point to scoped package path](https://github.com/storybookjs/ember-cli-storybook/pull/57)
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/ember-cli-storybook",
"version": "0.5.0",
"version": "0.6.0",
"description": "📒 Ember storybook adapter",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d26b7ec

Please sign in to comment.