diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 6 | ||||
-rw-r--r-- | docs/package.json | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c96b3b27c..429cbfdf6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # docs +## 0.0.7 + +### Patch Changes + +- 6b8630c6: Github pages disclaimer + ## 0.0.6 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 2e76c3009..043c22f19 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.6", + "version": "0.0.7", "private": true, "scripts": { "dev": "astro dev", @@ -17,7 +17,7 @@ }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0", - "astro": "^0.20.2", + "astro": "^0.20.6", "broken-link-checker": "^0.7.8", "npm-run-all": "^4.1.5", "pa11y-ci": "^2.4.2", |