Skip to content

Commit

Permalink
chore(release): 1.2.8
Browse files Browse the repository at this point in the history
## [1.2.8](v1.2.7...v1.2.8) (2024-10-23)

### Bug Fixes

* Prisma generator configuration ([e306098](e306098))

### Performance Improvements

* **deps:** update dependencies ([e9c39f0](e9c39f0))
* reorganize ready health endpoint ([87a05dc](87a05dc))
* use distroless base image ([ae92666](ae92666))
* use main Node.js image by removing alpine ([5772684](5772684))

[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 23, 2024
1 parent 5772684 commit 8d1be00
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.2.8](https://github.com/anthonypillot/anthonypillotOS/compare/v1.2.7...v1.2.8) (2024-10-23)


### Bug Fixes

* Prisma generator configuration ([e306098](https://github.com/anthonypillot/anthonypillotOS/commit/e3060980ad3f4d239e6426f164ec9224a4ef05ad))


### Performance Improvements

* **deps:** update dependencies ([e9c39f0](https://github.com/anthonypillot/anthonypillotOS/commit/e9c39f0f1c592ee7c0c53e8957e8b1651ed7aa1a))
* reorganize ready health endpoint ([87a05dc](https://github.com/anthonypillot/anthonypillotOS/commit/87a05dcce7a631d365d330924f73521cb16be818))
* use distroless base image ([ae92666](https://github.com/anthonypillot/anthonypillotOS/commit/ae926660822f05ca201cc86c5ba756cabbdf29f2))
* use main Node.js image by removing alpine ([5772684](https://github.com/anthonypillot/anthonypillotOS/commit/5772684bece2f39bc7e69ab18ee7c002f9d58625))

## [1.2.7](https://github.com/anthonypillot/anthonypillotOS/compare/v1.2.6...v1.2.7) (2024-08-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "anthonypillotos",
"displayName": "anthonypillotOS",
"description": "The Operating System by Anthony Pillot, Software Engineer, designed to introduce himself and explain what he does in the IT world. Provided with Open Source tools and documentation about the IT world.",
"version": "1.2.7",
"version": "1.2.8",
"author": {
"name": "Anthony Pillot",
"email": "[email protected]",
Expand Down

0 comments on commit 8d1be00

Please sign in to comment.