Skip to content

Commit

Permalink
chore: Publish version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfredrik committed Mar 25, 2024
1 parent 4963646 commit 318cd90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### [5.1.6](https://github.com/whitespace-se/storybook-addon-html/compare/v5.1.4...v5.1.6) (2023-06-13)
## [6.0.0](https://github.com/whitespace-se/storybook-addon-html/compare/v5.1.4...v6.0.0) (2024-03-25)


### ⚠ BREAKING CHANGES

* Rewrite in Typescript with support for Storybook 8 and Prettier 3 based on latest addon kit

### Code Refactoring

* Rewrite in Typescript with support for Storybook 8 and Prettier 3 based on latest addon kit ([4963646](https://github.com/whitespace-se/storybook-addon-html/commit/4963646a1b08eeb19cda90c36d036c11921060c0))

### [5.1.4](https://github.com/whitespace-se/storybook-addon-html/compare/v5.1.3...v5.1.4) (2023-03-13)

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": "@whitespace/storybook-addon-html",
"version": "5.1.6",
"version": "6.0.0",
"description": "A Storybook addon that extracts and displays compiled syntax-highlighted HTML",
"keywords": [
"storybook-addon",
Expand Down

0 comments on commit 318cd90

Please sign in to comment.