Skip to content

Commit 804bfb5

Browse files
authored
ci: release 0.1.7
merge
2 parents 3d18eeb + 5b06978 commit 804bfb5

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/mxposed/funkyheatmap-js/compare/v0.1.6...v0.1.7) (2023-03-09)
4+
5+
6+
### Features
7+
8+
* color by rank option ([3cae87a](https://github.com/mxposed/funkyheatmap-js/commit/3cae87a39b49181579ed17216ead7c822e722e72))
9+
10+
11+
### Bug Fixes
12+
13+
* set first sort to descending ([3d18eeb](https://github.com/mxposed/funkyheatmap-js/commit/3d18eeb111e4e73cb6a7c878b68a191ca7cd00dc))
14+
* swap sort indicating arrows ([839f405](https://github.com/mxposed/funkyheatmap-js/commit/839f405c755b699baf5074e0196a13a9ecd0ed0c))
15+
16+
17+
### Misc
18+
19+
* simplify release branches ([f942765](https://github.com/mxposed/funkyheatmap-js/commit/f942765c405fe62fb2af9e1e7fec919941ffb0af))
20+
321
## [0.1.6](https://github.com/mxposed/funkyheatmap-js/compare/v0.1.5...v0.1.6) (2023-03-08)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "funkyheatmap-js",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "JS version of funkyheatmap",
55
"source": "./src/main.js",
66
"module": "./dist/funkyheatmap.js",

0 commit comments

Comments
 (0)