Skip to content

Commit

Permalink
chore(release): 0.16.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.16.4](v0.16.3...v0.16.4) (2024-06-15)

### Bug Fixes

* **layout:** wrong size of ZoomControl ([9d18331](9d18331)), closes [#19](#19)
* **react:** disable codesplitting ([e725235](e725235)), closes [#20](#20)
  • Loading branch information
semantic-release-bot committed Jun 15, 2024
1 parent e725235 commit 93986f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.16.4](https://github.com/devshred/gps-tools-frontend/compare/v0.16.3...v0.16.4) (2024-06-15)


### Bug Fixes

* **layout:** wrong size of ZoomControl ([9d18331](https://github.com/devshred/gps-tools-frontend/commit/9d18331a28aa344f048261baaf5bfb0fa630db76)), closes [#19](https://github.com/devshred/gps-tools-frontend/issues/19)
* **react:** disable codesplitting ([e725235](https://github.com/devshred/gps-tools-frontend/commit/e725235372fa7d8d3708f2eb967430095e39ca65)), closes [#20](https://github.com/devshred/gps-tools-frontend/issues/20)

## [0.16.3](https://github.com/devshred/gps-tools-frontend/compare/v0.16.2...v0.16.3) (2024-06-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gps-tools-frontend",
"private": true,
"version": "0.16.3",
"version": "0.16.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 93986f2

Please sign in to comment.