We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a01c2cc + ec12c93 commit fb4b898Copy full SHA for fb4b898
.github/workflows/npm-publish.yml
@@ -22,10 +22,10 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
27
- name: Build and publish package
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
29
with:
30
node-version: 24
31
registry-url: https://registry.npmjs.org/
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.3.13] - 2026-01-14
6
+
7
+### ⚙️ Miscellaneous Tasks
8
9
+- *(@mts-pjsc/image-optimize)* Release @mts-pjsc/image-optimize@1.3.12
10
11
+## [1.3.12] - 2026-01-13
12
13
+## [1.3.11] - 2026-01-13
14
15
## [1.3.10] - 2026-01-13
16
17
### ⚙️ Miscellaneous Tasks
0 commit comments