From 51e48a249f2d2234321ac2d6f48b481912cba926 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Thu, 11 Apr 2024 17:04:16 +0200 Subject: [PATCH] chore: Publish version 6.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d4dff..95819d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [6.0.5](https://github.com/whitespace-se/storybook-addon-html/compare/v6.0.4...v6.0.5) (2024-04-11) + + +### Bug Fixes + +* Remove unused preset file ([2a8299d](https://github.com/whitespace-se/storybook-addon-html/commit/2a8299d196fa3e19954bc30e9875aee230640cd1)) + ### [6.0.4](https://github.com/whitespace-se/storybook-addon-html/compare/v6.0.3...v6.0.4) (2024-04-02) ### [6.0.3](https://github.com/whitespace-se/storybook-addon-html/compare/v6.0.2...v6.0.3) (2024-04-02) diff --git a/package.json b/package.json index 1994581..5956dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whitespace/storybook-addon-html", - "version": "6.0.4", + "version": "6.0.5", "description": "A Storybook addon that extracts and displays compiled syntax-highlighted HTML", "keywords": [ "storybook-addon",