@nzdjb/static-site-generator 0.9.2 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.4](https://github.com/nzdjb/static-site-generator/compare/v0.9.3...v0.9.4) (2025-01-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump marked from 15.0.4 to 15.0.5 ([#649](https://github.com/nzdjb/static-site-generator/issues/649)) ([1865d0a](https://github.com/nzdjb/static-site-generator/commit/1865d0a99a1c23113f9475af18faa36a6637428d))
9
+
10
+ ## [0.9.3](https://github.com/nzdjb/static-site-generator/compare/v0.9.2...v0.9.3) (2024-12-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump sanitize-html from 2.13.1 to 2.14.0 ([#641](https://github.com/nzdjb/static-site-generator/issues/641)) ([c988923](https://github.com/nzdjb/static-site-generator/commit/c9889232f31fc7b6bb36b8bb559ae2e2f1369007))
16
+
3
17
  ## [0.9.2](https://github.com/nzdjb/static-site-generator/compare/v0.9.1...v0.9.2) (2024-12-16)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nzdjb/static-site-generator",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Static site generator.",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/nzdjb/static-site-generator",