From d94e8036246ff4e90a290c7cd4aea03c52273471 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 May 2022 08:17:22 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/prantlf/storybook-multilevel-sort/compare/v1.0.0...v1.1.0) (2022-05-08) ### Features * Add TypeScript types ([c9e5ef1](https://github.com/prantlf/storybook-multilevel-sort/commit/c9e5ef1b808bbe52a2226e7a3f570009e3a3f494)) * Export a CJS module ([9473501](https://github.com/prantlf/storybook-multilevel-sort/commit/947350154905da26727fa515e2f963ab855ef777)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c2be8..5354291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/prantlf/storybook-multilevel-sort/compare/v1.0.0...v1.1.0) (2022-05-08) + + +### Features + +* Add TypeScript types ([c9e5ef1](https://github.com/prantlf/storybook-multilevel-sort/commit/c9e5ef1b808bbe52a2226e7a3f570009e3a3f494)) +* Export a CJS module ([9473501](https://github.com/prantlf/storybook-multilevel-sort/commit/947350154905da26727fa515e2f963ab855ef777)) + ## 1.0.0 - 2022-04-16 Initial release diff --git a/package.json b/package.json index b7d75b6..99ce119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-multilevel-sort", - "version": "1.0.0", + "version": "1.1.0", "description": "Applies specific sort order to more than two levels of chapters and stories in a storybook.", "author": "Ferdinand Prantl ", "license": "MIT",