Skip to content

Commit e90e038

Browse files
committed
chore(release): 0.0.1
1 parent 089eb09 commit e90e038

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## 0.0.1 (2024-02-10)
6+
7+
8+
### Features
9+
10+
* **laravel-api-problem:** add class, exception and http laravel api problem and stubs ([d4395eb](https://github.com/pedrosalpr/laravel-api-problem/commit/d4395eb5e23f0adf4bca4fe52b40e86913898aee))
11+
12+
13+
### Chore
14+
15+
* **composer.json:** add version in composer.json ([089eb09](https://github.com/pedrosalpr/laravel-api-problem/commit/089eb096b6a91abe60d2f28fe500f847989d2b03))
16+
* **configuration:** add php-cs-fixer and others configurations commitlint, version, ctv-updater ([504d49a](https://github.com/pedrosalpr/laravel-api-problem/commit/504d49a91fa5d1d6bb9623ed331d97c52974e191))
17+
* **configuration:** modify some configurations files, add hooks and delete unnecessary ([549ac9d](https://github.com/pedrosalpr/laravel-api-problem/commit/549ac9dc0b08796cf405819d0c24699d94221f26))
18+
19+
20+
### Docs
21+
22+
* **readme:** change all documentation in readme, and add contributing documentation ([e0cdfaf](https://github.com/pedrosalpr/laravel-api-problem/commit/e0cdfaf0932e6fe47e531b25188a96491ab6b31f))
23+
24+
# Changelog
25+
326
All notable changes to `laravel-api-problem` will be documented in this file.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pedrosalpr/laravel-api-problem",
33
"description": "This is my package laravel-api-problem",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"keywords": [
66
"pedrosalpr",
77
"laravel",

0 commit comments

Comments
 (0)