ultimate-jekyll-manager 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
14
14
|
- `Fixed` for any bug fixes.
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
|
+
---
|
|
18
|
+
## [1.1.4] - 2026-04-09
|
|
19
|
+
### Changed
|
|
20
|
+
- Update web-manager from v4.1.37 to v4.1.38
|
|
21
|
+
|
|
17
22
|
---
|
|
18
23
|
## [1.1.3] - 2026-04-08
|
|
19
24
|
### Security
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"sass": "^1.99.0",
|
|
106
106
|
"spellchecker": "^3.7.1",
|
|
107
107
|
"through2": "^4.0.2",
|
|
108
|
-
"web-manager": "^4.1.
|
|
108
|
+
"web-manager": "^4.1.38",
|
|
109
109
|
"webpack": "^5.106.0",
|
|
110
110
|
"wonderful-fetch": "^2.0.5",
|
|
111
111
|
"wonderful-version": "^1.3.2",
|