Skip to content

Commit

Permalink
chore(release): 1.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.3](v1.6.2...v1.6.3) (2023-04-30)

### Bug Fixes

* fullscreen target updated to fullscreen fullscreen-target ([361a010](361a010))
* package-lock.json and pnpm-lock.yaml added to .gitignore ([006685c](006685c))
* removed toogle fullscreen icons. now using css content ([91694d6](91694d6))
  • Loading branch information
semantic-release-bot committed Apr 30, 2023
1 parent 361a010 commit 5fc038b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.6.3](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.2...v1.6.3) (2023-04-30)


### Bug Fixes

* fullscreen target updated to fullscreen fullscreen-target ([361a010](https://github.com/CoCreate-app/CoCreate-charts/commit/361a010364ccba3069ad12b274c1257debd0f692))
* package-lock.json and pnpm-lock.yaml added to .gitignore ([006685c](https://github.com/CoCreate-app/CoCreate-charts/commit/006685c068f48593db2ec4f301176c2c887dfe29))
* removed toogle fullscreen icons. now using css content ([91694d6](https://github.com/CoCreate-app/CoCreate-charts/commit/91694d64faf378b595d29aaf0e57dead58187979))

## [1.6.2](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.1...v1.6.2) (2023-04-24)


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.2",
"version": "1.6.3",
"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 5fc038b

Please sign in to comment.