Skip to content
Snippets Groups Projects
Commit 1003fbc9 authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch 'v4.1.1'

parents 6b05b198 bcaf21c7
No related branches found
No related tags found
No related merge requests found
Pipeline #32382 passed
...@@ -18,7 +18,13 @@ ...@@ -18,7 +18,13 @@
--> -->
## 4.1.0 (Upcoming) ## 4.1.1 (2024-05-28)
### 🐛 Bugfix
- Remove node warning messages
## 4.1.0 (2024-05-28)
- No modifications / Keep major and minors versions in sync with all parts of the project - No modifications / Keep major and minors versions in sync with all parts of the project
......
...@@ -22,7 +22,7 @@ RUN npm install ...@@ -22,7 +22,7 @@ RUN npm install
RUN npm run build RUN npm run build
# Transform app to binary # Transform app to binary
RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*" --public RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*" --public --options no-warnings
......
{ {
"name": "dojo_exercise_checker", "name": "dojo_exercise_checker",
"version": "4.1.0", "version": "4.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_exercise_checker", "name": "dojo_exercise_checker",
"version": "4.1.0", "version": "4.1.1",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^0.44.1", "@dotenvx/dotenvx": "^0.44.1",
......
{ {
"name" : "dojo_exercise_checker", "name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project", "description" : "App that check an exercise of the Dojo project",
"version" : "4.1.0", "version" : "4.1.1",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module", "type" : "module",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment