We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 113ddde + 27cbec0 commit 6f80daeCopy full SHA for 6f80dae
2 files changed
README.md
@@ -12,7 +12,7 @@ A general purpose website generator which can render pages from static markdown
12
Install the static website generator:
13
14
```
15
-yarn add https://github.com/ONSdigital/static-website-generator#v1.8.0
+yarn add https://github.com/ONSdigital/static-website-generator#v1.8.1
16
17
18
Install the required version of the ONS Design System; for example, to install the latest version:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ons/static-website-generator",
3
- "version": "1.8.0",
+ "version": "1.8.1",
4
"repository": "https://github.com/ONSdigital/static-website-generator.git",
5
"private": true,
6
"type": "module",
0 commit comments