Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Aug 30, 2023
1 parent 4f1b1dc commit e82d824
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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.

### 0.0.1 (2023-08-30)


### Features

* **ci:** init testing with multiple matrix strategies ([53a7fa0](https://github.com/creasico/laravel-package/commit/53a7fa0c510d0d8238c381a890722638f206c953))
* **deps:** utilize `package:test` command from `orchestra/testbench` to run the tests ([f9dc87c](https://github.com/creasico/laravel-package/commit/f9dc87c3ab5b7ad148053de73a2fc0bfbfb6d0f3))


### Bug Fixes

* **tests:** fix multi-db tests issue ([1980045](https://github.com/creasico/laravel-package/commit/19800454cd41bf256b9f26e0fb5fa8153226b19c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.5.0",
"author": "Creasi Developers <developers@creasi.co>",
Expand Down

0 comments on commit e82d824

Please sign in to comment.