diff --git a/CHANGELOG.md b/CHANGELOG.md index 72dce8b..8555827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.1 (February 2, 2015) + +- Simplify the instructions in `CHANGELOG.md`. +- Rename `LICENSE.md` to `LICENSE`. +- Update `README.md` content. + # 0.6.0 (February 1, 2015) - Update indentation and whitespace. diff --git a/package.json b/package.json index 35e8c87..49ba35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-test-page", - "version": "0.6.0", + "version": "0.6.1", "description": "A page filled with common HTML elements to be used for testing purposes.", "main": "index.html", "scripts": {