@nzdjb/static-site-generator 0.7.0 → 0.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.1](https://github.com/nzdjb/static-site-generator/compare/v0.7.0...v0.7.1) (2024-04-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump marked from 12.0.1 to 12.0.2 ([#386](https://github.com/nzdjb/static-site-generator/issues/386)) ([1e944e6](https://github.com/nzdjb/static-site-generator/commit/1e944e6c6aa504f8338e8451fa6d027047f1a6f0))
9
+
3
10
  ## [0.7.0](https://github.com/nzdjb/static-site-generator/compare/v0.6.5...v0.7.0) (2024-04-21)
4
11
 
5
12
 
package/README.md CHANGED
@@ -15,6 +15,7 @@ At present, a directory and two files are needed:
15
15
  author = "Article author"
16
16
  published = true
17
17
  ```
18
+ * content can alternatively be read from a file with contentFile. This is mutually exclusive with content.
18
19
  * author and published are optional, defaulting to empty string and true, respectively.
19
20
  * content supports Markdown.
20
21
  * A template file, which should be a Handlebars HTML file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nzdjb/static-site-generator",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Static site generator.",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/nzdjb/static-site-generator",