Skip to content

Commit

Permalink
chore(release): 0.16.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.16.8](v0.16.7...v0.16.8) (2024-06-28)

### Bug Fixes

* **api:** adjust to api changes ([baeddb6](baeddb6))
* **react:** store selected language locally ([8feabe0](8feabe0))

### Performance Improvements

* **api:** backend takes care of deleting merged files ([a718db2](a718db2))
  • Loading branch information
semantic-release-bot committed Jun 28, 2024
1 parent 8feabe0 commit 45399ac
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.8](https://github.com/devshred/gps-tools-frontend/compare/v0.16.7...v0.16.8) (2024-06-28)


### Bug Fixes

* **api:** adjust to api changes ([baeddb6](https://github.com/devshred/gps-tools-frontend/commit/baeddb6a4400ca487b987a2d377a4e28b824f4d1))
* **react:** store selected language locally ([8feabe0](https://github.com/devshred/gps-tools-frontend/commit/8feabe01925f715487aa78d6ea7b2e2e4cb458e8))


### Performance Improvements

* **api:** backend takes care of deleting merged files ([a718db2](https://github.com/devshred/gps-tools-frontend/commit/a718db2af6f4b2533ee8ed39a1315d290deaee13))

## [0.16.7](https://github.com/devshred/gps-tools-frontend/compare/v0.16.6...v0.16.7) (2024-06-19)


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

0 comments on commit 45399ac

Please sign in to comment.