Skip to content

Commit 185677d

Browse files
v1.20.0
1 parent 0e63f4c commit 185677d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog.md

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

3+
## 1.20.0
4+
* Account for filtering on the "All" section of stacked bar charts. (Thanks to [cmcnulty](https://github.com/cmcnulty) for contributing [#709](https://github.com/julianna-langston/chart2music/pull/709))
5+
* Added Hmong translation. (Thanks to [cmcnulty](https://github.com/cmcnulty) for contributing [#710](https://github.com/julianna-langston/chart2music/pull/710))
6+
37
## 1.19.0
48
* Replace uses of `.innerHTML` with safer methods. (Thanks to [rbruckheimer](https://github.com/rbruckheimer) for contributing [#665](https://github.com/julianna-langston/chart2music/pull/665))
59

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": "chart2music",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"exports": {

0 commit comments

Comments
 (0)