@jungvonmatt/cssg-plugin-hugo 3.0.0 → 3.0.2

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @jungvonmatt/cssg-plugin-hugo@3.0.0 lint
2
+ > @jungvonmatt/cssg-plugin-hugo@3.0.2 lint
3
3
  > eslint --color index.js --fix
4
4
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @jungvonmatt/cssg-plugin-hugo@1.14.0 test
3
+ > @jungvonmatt/cssg-plugin-hugo@3.0.1 test
4
4
  > jest
5
5
 
6
6
  Determining test suites to run...
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
   RUNS   cssg-plugin-hugo  ./index.test.js
17
-
17
+
18
18
 
19
19
   RUNS   cssg-plugin-hugo  ./index.test.js
20
20
 
@@ -23,5 +23,5 @@
23
23
 
24
24
  Tests: 1 passed, 1 total
25
25
  Snapshots: 0 total
26
- Time: 1.183 s
26
+ Time: 0.277 s
27
27
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [3.0.2](https://github.com/jungvonmatt/contentful-ssg/compare/v3.0.1...v3.0.2) (2025-06-15)
7
+
8
+ **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
9
+
10
+ ## [3.0.1](https://github.com/jungvonmatt/contentful-ssg/compare/v3.0.0...v3.0.1) (2025-06-11)
11
+
12
+ **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
13
+
6
14
  # [3.0.0](https://github.com/jungvonmatt/contentful-ssg/compare/v2.0.1...v3.0.0) (2025-06-10)
7
15
 
8
16
  **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/cssg-plugin-hugo",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "typings": "./index.d.ts",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
29
29
  "dependencies": {
30
- "@jungvonmatt/contentful-ssg": "^3.0.0",
30
+ "@jungvonmatt/contentful-ssg": "^3.0.2",
31
31
  "fs-extra": "^11.1.0",
32
32
  "micromatch": "^4.0.5"
33
33
  },
34
- "gitHead": "31f9f440b9e48364b7e11372ca0accf55c8ff368"
34
+ "gitHead": "c2031185cf0573c56ed3070105b12680819337e5"
35
35
  }