Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Oct 29, 2023
1 parent 973b170 commit 24e3c7f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2](https://github.com/creasico/laravel-package/compare/v0.0.1...v0.0.2) (2023-10-29)


### Features

* **ci:** initialize auto labeler for all pull requests ([3e223ba](https://github.com/creasico/laravel-package/commit/3e223bab12c677076fcb595f40083dd825fc1193))
* **ci:** update auto release config ([7825eaa](https://github.com/creasico/laravel-package/commit/7825eaa264d2dedf23ad5fa8c0d51afc489c2194))
* migrate from `husky` to `simple-git-hooks` ([f8842d5](https://github.com/creasico/laravel-package/commit/f8842d5c8c9ab56e9acf6ef94edbed3d34a4cf2f)), closes [creasico/laravel-project#58](https://github.com/creasico/laravel-project/issues/58)


### Bug Fixes

* **ci:** update test workflows for pull requests ([973b170](https://github.com/creasico/laravel-package/commit/973b1703494f68389bcdd18e4687257ea41f7275)), closes [creasico/laravel-project#54](https://github.com/creasico/laravel-project/issues/54)

### 0.0.1 (2023-08-30)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"packageManager": "[email protected]",
"author": "Creasi Developers <[email protected]>",
Expand All @@ -26,8 +26,8 @@
]
},
"simple-git-hooks": {
"commit-msg": "pnpm exec commitlint --edit $1",
"pre-commit": "pnpm exec lint-staged --allow-empty"
"commit-msg": "pnpm exec commitlint --edit $1",
"pre-commit": "pnpm exec lint-staged --allow-empty"
},
"standard-version": {}
}

0 comments on commit 24e3c7f

Please sign in to comment.