Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosalpr committed Feb 10, 2024
1 parent 089eb09 commit e90e038
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Changelog

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.

## 0.0.1 (2024-02-10)


### Features

* **laravel-api-problem:** add class, exception and http laravel api problem and stubs ([d4395eb](https://github.com/pedrosalpr/laravel-api-problem/commit/d4395eb5e23f0adf4bca4fe52b40e86913898aee))


### Chore

* **composer.json:** add version in composer.json ([089eb09](https://github.com/pedrosalpr/laravel-api-problem/commit/089eb096b6a91abe60d2f28fe500f847989d2b03))
* **configuration:** add php-cs-fixer and others configurations commitlint, version, ctv-updater ([504d49a](https://github.com/pedrosalpr/laravel-api-problem/commit/504d49a91fa5d1d6bb9623ed331d97c52974e191))
* **configuration:** modify some configurations files, add hooks and delete unnecessary ([549ac9d](https://github.com/pedrosalpr/laravel-api-problem/commit/549ac9dc0b08796cf405819d0c24699d94221f26))


### Docs

* **readme:** change all documentation in readme, and add contributing documentation ([e0cdfaf](https://github.com/pedrosalpr/laravel-api-problem/commit/e0cdfaf0932e6fe47e531b25188a96491ab6b31f))

# Changelog

All notable changes to `laravel-api-problem` will be documented in this file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pedrosalpr/laravel-api-problem",
"description": "This is my package laravel-api-problem",
"version": "0.0.0",
"version": "0.0.1",
"keywords": [
"pedrosalpr",
"laravel",
Expand Down

0 comments on commit e90e038

Please sign in to comment.