From 8d1be00a15ceccd65c5da29d4d5efbcff7f08a3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Oct 2024 13:21:56 +0000 Subject: [PATCH] chore(release): 1.2.8 ## [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)) [skip ci] --- docs/CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9a1b8f6..2478b4c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9191d98..55bb79c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anthonypillotos", - "version": "1.2.7", + "version": "1.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anthonypillotos", - "version": "1.2.7", + "version": "1.2.8", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index bb5aa6d..b8dc421 100644 --- a/package.json +++ b/package.json @@ -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": "pillot.anthony@gmail.com",