Skip to content

Commit

Permalink
chore(release): 0.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.12.0](v0.11.1...v0.12.0) (2024-05-06)

### Bug Fixes

* **i18n:** fix type issue at LanguageProvider ([92406b1](92406b1))

### Features

* **i18n:** language support of German and English ([9f34d66](9f34d66))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 92406b1 commit 0324e03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.12.0](https://github.com/devshred/gps-tools-frontend/compare/v0.11.1...v0.12.0) (2024-05-06)


### Bug Fixes

* **i18n:** fix type issue at LanguageProvider ([92406b1](https://github.com/devshred/gps-tools-frontend/commit/92406b15265ac181f130e01d099d947b20113a86))


### Features

* **i18n:** language support of German and English ([9f34d66](https://github.com/devshred/gps-tools-frontend/commit/9f34d66bd23eed9546cb0d0908493eda446d220a))

## [0.11.1](https://github.com/devshred/gps-tools-frontend/compare/v0.11.0...v0.11.1) (2024-04-29)


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

0 comments on commit 0324e03

Please sign in to comment.