Skip to content

Commit

Permalink
chore(release): 0.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.16.2](v0.16.1...v0.16.2) (2024-06-14)

### Bug Fixes

* **layout:** improve accessibility on mobile devices ([c84941b](c84941b))
* **seo:** configure options for crawlers ([c9d6121](c9d6121))

### Performance Improvements

* **react:** use TSR codesplitting ([17d6855](17d6855))
  • Loading branch information
semantic-release-bot committed Jun 14, 2024
1 parent 17d6855 commit 04436d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.16.2](https://github.com/devshred/gps-tools-frontend/compare/v0.16.1...v0.16.2) (2024-06-14)


### Bug Fixes

* **layout:** improve accessibility on mobile devices ([c84941b](https://github.com/devshred/gps-tools-frontend/commit/c84941b206a6e442b3c0e308a9df7c30905901fd))
* **seo:** configure options for crawlers ([c9d6121](https://github.com/devshred/gps-tools-frontend/commit/c9d6121d994c1b353b6f6c9a4646d76ea0c7eff8))


### Performance Improvements

* **react:** use TSR codesplitting ([17d6855](https://github.com/devshred/gps-tools-frontend/commit/17d68559090943e5916a68f418de5a6bd609a39c))

## [0.16.1](https://github.com/devshred/gps-tools-frontend/compare/v0.16.0...v0.16.1) (2024-06-12)


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.1",
"version": "0.16.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 04436d6

Please sign in to comment.