Skip to content

Commit 24e3c7f

Browse files
committed
chore(release): 0.0.2
1 parent 973b170 commit 24e3c7f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [0.0.2](https://github.com/creasico/laravel-package/compare/v0.0.1...v0.0.2) (2023-10-29)
6+
7+
8+
### Features
9+
10+
* **ci:** initialize auto labeler for all pull requests ([3e223ba](https://github.com/creasico/laravel-package/commit/3e223bab12c677076fcb595f40083dd825fc1193))
11+
* **ci:** update auto release config ([7825eaa](https://github.com/creasico/laravel-package/commit/7825eaa264d2dedf23ad5fa8c0d51afc489c2194))
12+
* 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)
13+
14+
15+
### Bug Fixes
16+
17+
* **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)
18+
519
### 0.0.1 (2023-08-30)
620

721

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.0.2",
33
"private": true,
44
"packageManager": "pnpm@8.5.0",
55
"author": "Creasi Developers <developers@creasi.co>",
@@ -26,8 +26,8 @@
2626
]
2727
},
2828
"simple-git-hooks": {
29-
"commit-msg": "pnpm exec commitlint --edit $1",
30-
"pre-commit": "pnpm exec lint-staged --allow-empty"
29+
"commit-msg": "pnpm exec commitlint --edit $1",
30+
"pre-commit": "pnpm exec lint-staged --allow-empty"
3131
},
3232
"standard-version": {}
3333
}

0 commit comments

Comments
 (0)