Skip to content

Commit 42d764e

Browse files
authored
Merge pull request #405 from wayofdev/release-please--branches--master--components--laravel-starter-tpl
2 parents 85c00a0 + 2b5e3e5 commit 42d764e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.2.0...v2.3.0) (2024-06-11)
4+
5+
6+
### Features
7+
8+
* add code-coverage workflow ([14a994a](https://github.com/wayofdev/laravel-starter-tpl/commit/14a994a950e686a8979b85130ee52c1ad900feab))
9+
* add code-coverage workflow ([96b9163](https://github.com/wayofdev/laravel-starter-tpl/commit/96b9163b3d3c577f508bc0607dcdf5ba1be86d57))
10+
* add dependency-analysis workflow ([606751d](https://github.com/wayofdev/laravel-starter-tpl/commit/606751d68a450488a603855c2b3555d4bc02bc7b))
11+
12+
13+
### Bug Fixes
14+
15+
* default Laravel namespace conflict ([06406d2](https://github.com/wayofdev/laravel-starter-tpl/commit/06406d2d6c3587a2b500544de7ba7dd4884e8869))
16+
17+
18+
### Continuous Integration
19+
20+
* add psalm static analysis workflow ([48db701](https://github.com/wayofdev/laravel-starter-tpl/commit/48db701fe408050ef6d5a33d9f85e2d90518fedf))
21+
* fix psalm errors ([12f981c](https://github.com/wayofdev/laravel-starter-tpl/commit/12f981c1a238c96ddb9aeaf5ec08a9a58e67cb51))
22+
* update dev files ([3330474](https://github.com/wayofdev/laravel-starter-tpl/commit/3330474f89c30d281c61544f5987f74a3ef07013))
23+
* use memory connection by default in testing ([0f31045](https://github.com/wayofdev/laravel-starter-tpl/commit/0f31045fade8d11d5798bee172a1623d1402f6ef))
24+
325
## [2.2.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.1.0...v2.2.0) (2024-05-29)
426

527

0 commit comments

Comments
 (0)