Skip to content

Commit e82d824

Browse files
committed
chore(release): 0.0.1
1 parent 4f1b1dc commit e82d824

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.0.1 (2023-08-30)
6+
7+
8+
### Features
9+
10+
* **ci:** init testing with multiple matrix strategies ([53a7fa0](https://github.com/creasico/laravel-package/commit/53a7fa0c510d0d8238c381a890722638f206c953))
11+
* **deps:** utilize `package:test` command from `orchestra/testbench` to run the tests ([f9dc87c](https://github.com/creasico/laravel-package/commit/f9dc87c3ab5b7ad148053de73a2fc0bfbfb6d0f3))
12+
13+
14+
### Bug Fixes
15+
16+
* **tests:** fix multi-db tests issue ([1980045](https://github.com/creasico/laravel-package/commit/19800454cd41bf256b9f26e0fb5fa8153226b19c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.0.1",
33
"private": true,
44
"packageManager": "pnpm@8.5.0",
55
"author": "Creasi Developers <developers@creasi.co>",

0 commit comments

Comments
 (0)