@jungvonmatt/cssg-plugin-hugo 5.0.0 → 5.0.1
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/.turbo/turbo-lint.log +6 -6
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
> @jungvonmatt/cssg-plugin-hugo@
|
|
3
|
-
> oxlint --fix index.js
|
|
4
|
-
|
|
5
|
-
Found 0 warnings and 0 errors.
|
|
6
|
-
Finished in
|
|
1
|
+
|
|
2
|
+
> @jungvonmatt/cssg-plugin-hugo@5.0.0 lint /Users/benjamin.zoerb/Github/contentful-ssg/packages/cssg-plugin-hugo
|
|
3
|
+
> oxlint --fix index.js
|
|
4
|
+
|
|
5
|
+
Found 0 warnings and 0 errors.
|
|
6
|
+
Finished in 10ms on 1 file using 10 threads.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.1](https://github.com/jungvonmatt/contentful-ssg/compare/v5.0.0...v5.0.1) (2026-05-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
|
|
9
|
+
|
|
6
10
|
# [5.0.0](https://github.com/jungvonmatt/contentful-ssg/compare/v4.1.2...v5.0.0) (2026-05-05)
|
|
7
11
|
|
|
8
12
|
* Migrate vitest (#84) ([3e38739](https://github.com/jungvonmatt/contentful-ssg/commit/3e38739cd8419fa6e514eccaad1464d3fdebd98b)), closes [#84](https://github.com/jungvonmatt/contentful-ssg/issues/84)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jungvonmatt/cssg-plugin-hugo",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"lint": "oxlint --fix index.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@jungvonmatt/contentful-ssg": "5.0.
|
|
30
|
+
"@jungvonmatt/contentful-ssg": "5.0.1",
|
|
31
31
|
"fs-extra": "^11.1.0",
|
|
32
32
|
"micromatch": "^4.0.5"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "bf80023197f4d76775841eaba734907f852264ef"
|
|
35
35
|
}
|