Skip to content

Commit

Permalink
chore(release): 1.9.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.5](v1.9.4...v1.9.5) (2023-11-03)

### Bug Fixes

* favicon.ico path ([10d3518](10d3518))
* update dependencies to the lates versions ([3be5939](3be5939))
* update method to use object.update etc ([3f4ac21](3f4ac21))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 3be5939 commit 5c0956d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.9.5](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.9.4...v1.9.5) (2023-11-03)


### Bug Fixes

* favicon.ico path ([10d3518](https://github.com/CoCreate-app/CoCreate-charts/commit/10d3518b4fc888983ddc66c09bb13557bbe59f49))
* update dependencies to the lates versions ([3be5939](https://github.com/CoCreate-app/CoCreate-charts/commit/3be59399a669951a0542ecfd3a2f0d8a1db1e55a))
* update method to use object.update etc ([3f4ac21](https://github.com/CoCreate-app/CoCreate-charts/commit/3f4ac21bdbb178abe6ed75ca97c732247b3d7879))

## [1.9.4](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.9.3...v1.9.4) (2023-10-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/charts",
"version": "1.9.4",
"version": "1.9.5",
"description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"charts",
Expand Down Expand Up @@ -62,4 +62,4 @@
"mini-css-extract-plugin": "^1.5.0",
"moment": "^2.29.1"
}
}
}

0 comments on commit 5c0956d

Please sign in to comment.