Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-gabrielscardoso committed Jun 30, 2024
1 parent 5989ad5 commit 4ca0b7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [0.0.2](https://github.com/eng-gabrielscardoso/gabrielscardoso/compare/v0.0.1...v0.0.2) (2024-06-30)

### Features

* Adjustments ([aa044d](https://github.com/eng-gabrielscardoso/gabrielscardoso/commit/aa044d449089ab1096beae0b8d6d968167966317))
* Create support traits ([111866](https://github.com/eng-gabrielscardoso/gabrielscardoso/commit/111866b6b9f66521989638f8af5a2a02b7b5d096))
* Implement traits on models and resources and final adjusts ([6c5047](https://github.com/eng-gabrielscardoso/gabrielscardoso/commit/6c50475ec163133f80bf3ebdf078dc529a5d87d8))
* Sort personal details by end date ([952bc2](https://github.com/eng-gabrielscardoso/gabrielscardoso/commit/952bc2c6b04955f3426329856d4e140b6e79502e))


---

## [0.0.1](https://github.com/eng-gabrielscardoso/gabrielscardoso/compare/0.0.0...v0.0.1) (2024-06-15)

First stable version of the application project.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"version": "0.0.1"
}
"version": "0.0.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"tailwindcss": "^3.4.3",
"vite": "^5.0"
},
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit 4ca0b7a

Please sign in to comment.