This commit is contained in:
Chris Bracco
2021-04-03 15:34:01 -04:00
parent 5218026335
commit 4b6224d52e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.9.3 (April 3, 2021)
- Add multiple <select> (thanks @racztiborzoltan!).
# 0.9.2 (April 3, 2021) # 0.9.2 (April 3, 2021)
- Add nested lists (thanks @charul97!). - Add nested lists (thanks @charul97!).

View File

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