Skip to content

Commit

Permalink
chore(release): 1.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.3](v1.8.2...v1.8.3) (2023-09-18)

### Bug Fixes

*  Add path and pathname ([87310f8](87310f8))
* Update CoCreate depndencies to latest versions ([30adde1](30adde1))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 30adde1 commit 1a69a9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.8.3](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.2...v1.8.3) (2023-09-18)


### Bug Fixes

* Add path and pathname ([87310f8](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/87310f8830054fed5dd7f52c8a1389d352dd608c))
* Update CoCreate depndencies to latest versions ([30adde1](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/30adde1654c36700f5cc491f99b6bc71068bb873))

## [1.8.2](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.1...v1.8.2) (2023-09-17)


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/fullcalendar",
"version": "1.8.2",
"version": "1.8.3",
"description": "A simple fullcalendar component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"fullcalendar",
Expand Down Expand Up @@ -63,4 +63,4 @@
"@cocreate/local-storage": "^1.10.1",
"@cocreate/observer": "^1.11.1"
}
}
}

0 comments on commit 1a69a9c

Please sign in to comment.