Skip to content

Commit

Permalink
chore(release): 1.6.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.16](v1.6.15...v1.6.16) (2023-06-11)

### Bug Fixes

* renamed hosts to host. the value can be a string or an array of strings ([40ec581](40ec581))
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 40ec581 commit 8b68979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.16](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.15...v1.6.16) (2023-06-11)


### Bug Fixes

* renamed hosts to host. the value can be a string or an array of strings ([40ec581](https://github.com/CoCreate-app/CoCreate-charts/commit/40ec581a2e44af1dd0643c7801455f6bafe0aa12))

## [1.6.15](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.14...v1.6.15) (2023-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/charts",
"version": "1.6.15",
"version": "1.6.16",
"description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"charts",
Expand Down

0 comments on commit 8b68979

Please sign in to comment.