This commit is contained in:
Chris Bracco
2021-04-03 15:05:45 -04:00
parent 9c92199a7e
commit 7611bf513b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
# 0.9.0 (March 19, 2018)
# 0.9.1 (April 3, 2021)
- Add background images (thanks @97arushisharma!).
# 0.9.0 (April 3, 2021)
- Add <details>, <address>, <object>, <embed>, <datalist> (thanks @jKratzik!).

View File

@@ -1,6 +1,6 @@
{
"name": "html5-test-page",
"version": "0.9.0",
"version": "0.9.1",
"description": "A page filled with common HTML elements to be used for testing purposes.",
"main": "index.html",
"scripts": {