Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-05-08)

### Features

* Add TypeScript types ([c9e5ef1](c9e5ef1))
* Export a CJS module ([9473501](9473501))
  • Loading branch information
semantic-release-bot committed May 8, 2022
1 parent e6b61db commit d94e803
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d94e803

Please sign in to comment.