-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
e6b61db
commit d94e803
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|