Skip to content

Commit 3a60655

Browse files
committed
Add news page with changelog entry for each release
1 parent 8a06df5 commit 3a60655

File tree

5 files changed

+489
-2
lines changed

5 files changed

+489
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: v3.0.0-alpha.8-for-vscode
3+
rev: v3.0.0-alpha.9-for-vscode
44
hooks:
55
- id: prettier
66
additional_dependencies:
@@ -16,7 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.22.0
19+
rev: 0.23.0
2020
hooks:
2121
- id: check-github-workflows
2222
ci:

src/content/navbar.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pages:
22
Home: index.html
33
Features: features.html
44
Examples: examples.html
5+
News: news.html

0 commit comments

Comments
 (0)