Skip to content

Commit d139a98

Browse files
committed
chore: release v3.0.0
1 parent d8e5dae commit d139a98

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22

3+
# [3.0.0](https://github.com/regnerisch/laravel-beyond/compare/v3.0.0-beta.10...v3.0.0) (2022-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* fix github workflow ([b60684d](https://github.com/regnerisch/laravel-beyond/commit/b60684de1c4f8bdef2132cd7473f72ffa3dce4d5))
9+
* fix github workflow ([d0ea2b1](https://github.com/regnerisch/laravel-beyond/commit/d0ea2b14c248a2ab340478549c0fe9a3cf8d6155))
10+
* fix github workflow ([b349115](https://github.com/regnerisch/laravel-beyond/commit/b3491159c044659e8f34595f63a9ee1721cb5a7a))
11+
* fix github workflow ([02f0b0f](https://github.com/regnerisch/laravel-beyond/commit/02f0b0fbc4c00c5d35a72666cf61ade1e153c558))
12+
* fix github workflow ([4ec3ea4](https://github.com/regnerisch/laravel-beyond/commit/4ec3ea462aa9f62f2d3cbf1d300cf376141e5961))
13+
* fix php dependency ([3fa9b26](https://github.com/regnerisch/laravel-beyond/commit/3fa9b265557db0aafa70a9ebef0f6653efa4ce78))
14+
* fix php dependency ([5646953](https://github.com/regnerisch/laravel-beyond/commit/56469536bc6894a9fa510313d64017a9a7ed72ac))
15+
* remove composer.lock ([e452357](https://github.com/regnerisch/laravel-beyond/commit/e45235787d448b78c5a0c5f111ffd3072ba9402c))
16+
* remove unused dependency ([ffd697f](https://github.com/regnerisch/laravel-beyond/commit/ffd697fec39299ca83b239d14055742d5c2034b5))
17+
18+
19+
### Features
20+
21+
* add github workflow ([b177d49](https://github.com/regnerisch/laravel-beyond/commit/b177d4917afeeb285e65b367c58665f8f716650e))
22+
323
# [3.0.0-beta.10](https://github.com/regnerisch/laravel-beyond/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2022-08-02)
424

525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "regnerisch/laravel-beyond",
33
"type": "library",
44
"license": "ISC",
5-
"version": "3.0.0-beta.10",
5+
"version": "3.0.0",
66
"autoload": {
77
"psr-4": {
88
"Regnerisch\\LaravelBeyond\\": "src/"

0 commit comments

Comments
 (0)