Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c37b6b05f4 | |||
| 29aa86b212 | |||
| 54d726a309 | |||
| df2ba2025c | |||
| 69c1169ad0 | |||
| 789c2e8779 | |||
| aed9a3bb79 | |||
| 7743b70a93 | |||
| b6afccc336 | |||
| 62b2ee2698 | |||
| 07cc404a24 | |||
| 343a03bed4 | |||
| c220959b9d | |||
| aa7cbe63a1 | |||
| 45958fb2d9 | |||
| adc1ba6673 | |||
| 499641c466 | |||
| 0c381a9e8b | |||
| c7ec97288b | |||
| e715a377cd | |||
| ad17b7acd0 | |||
| 6187a1cf83 | |||
| 7234388c34 | |||
| f86a923159 |
+35
-1
@@ -2,6 +2,40 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.0.25] - 2025-10-29
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v24.11.0
|
||||||
|
|
||||||
|
## [0.0.24] - 2025-10-28
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v24
|
||||||
|
|
||||||
|
## [0.0.23] - 2025-10-22
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 4b5601e
|
||||||
|
- *(deps)* Update node.js to 1260a4a
|
||||||
|
- *(deps)* Update node.js to v22.21.0
|
||||||
|
|
||||||
|
## [0.0.22] - 2025-09-25
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to 2e68a73
|
||||||
|
- *(deps)* Update node.js to v22.20.0
|
||||||
|
|
||||||
|
## [0.0.21] - 2025-08-29
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to da46023
|
||||||
|
- *(deps)* Update node.js to v22.19.0
|
||||||
|
|
||||||
## [0.0.20] - 2025-08-04
|
## [0.0.20] - 2025-08-04
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
@@ -43,7 +77,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(docker)* Update base image to amd64 version
|
- *(docker)* Update base image to amd64 version
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/node:22.18.0@sha256:e3f50a16f7b8ce48725a9087140a549ea2ede1d740623381922783f941ea3515
|
FROM amd64/node:24.11.0@sha256:219186a2b64e688cde733f723e199926a8ca7636ce6f506e9004f8cf8b336280
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user