Skip to content

Commit

Permalink
chore(main): release 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsca-bot committed Nov 30, 2024
1 parent eb6f233 commit c02e086
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.5"
".": "6.0.6"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [6.0.6](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v6.0.5...v6.0.6) (2024-11-30)


### Bug Fixes

* introduced caching ([3b3644a](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3b3644acfbc29fb815b5618f806a685340a4ef8e))


### Miscellaneous Chores

* **deps:** update dependency @vitejs/plugin-vue to v5.2.1 ([#1057](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1057)) ([c1cf8c2](https://github.com/Vatsim-Scandinavia/controlcenter/commit/c1cf8c2950b08d9ee567c1a8b87cb0c9b92a1273))
* **deps:** update dependency barryvdh/laravel-debugbar to v3.14.9 ([#1064](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1064)) ([eb6f233](https://github.com/Vatsim-Scandinavia/controlcenter/commit/eb6f233a6c1b9df45b29b4c9dc9faaf758265169))
* **deps:** update dependency chart.js to v4.4.6 ([#1044](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1044)) ([7e9db1e](https://github.com/Vatsim-Scandinavia/controlcenter/commit/7e9db1e682bb9cca6c1b601d1bfaf0ba9536072f))
* **deps:** update dependency core-js to v3.39.0 ([#1052](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1052)) ([01b4b46](https://github.com/Vatsim-Scandinavia/controlcenter/commit/01b4b46312c4ac7cf711cd4afdd0ec3f6222e0cc))
* **deps:** update dependency fakerphp/faker to v1.24.1 ([#1056](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1056)) ([a055b5c](https://github.com/Vatsim-Scandinavia/controlcenter/commit/a055b5cc349afae289d7a78fe94bb4d5e07a329a))
* **deps:** update dependency laravel/framework to v11.31.0 [security] ([#1059](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1059)) ([962e44c](https://github.com/Vatsim-Scandinavia/controlcenter/commit/962e44c779cafafe45a39aabd344d2debeb352c9))
* **deps:** update dependency laravel/pint to v1.18.3 ([#1066](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1066)) ([e955509](https://github.com/Vatsim-Scandinavia/controlcenter/commit/e955509e6c0f9f867d72edfd3ccb1f61080f27cb))
* **deps:** update dependency phpunit/phpunit to v11.4.4 ([#1039](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1039)) ([3ab4ae0](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3ab4ae0ef581a075cdd3ddeefec1c8ef201a3110))
* **deps:** update dependency spatie/laravel-login-link to v1.4.0 ([#1055](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1055)) ([3757de3](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3757de35814804db8b655f1223254950fc3b8952))
* **deps:** update dependency vite to v5.4.11 ([#1058](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1058)) ([46b77d6](https://github.com/Vatsim-Scandinavia/controlcenter/commit/46b77d64b0f33c949e798b06232186c5715cd174))

## [6.0.5](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v6.0.4...v6.0.5) (2024-10-26)


Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
|
*/
/* x-release-please-start-version */
'version' => '6.0.5',
'version' => '6.0.6',
/* x-release-please-end */

/*
Expand Down

0 comments on commit c02e086

Please sign in to comment.