diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a434e8..c59e0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ -# 1.0.6 (Jun 08, 2023) +# 1.0.7 (Jun 08, 2023) -- Updated images +- Added .github --- # Releases +## 1.0.6 (Jun 08, 2023) + +- Updated images + +--- + ## 1.0.5 (Jun 08, 2023) - Updated README diff --git a/package.json b/package.json index 3ee8676..0d032f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-plasttic-boilerplate", - "version": "1.0.6", + "version": "1.0.7", "description": "Quick start for Plasttic Boilerplate", "author": "Goncalo Tojeiro (https://tojeiro.me)", "homepage": "https://github.com/tojeiro-me/Plasttic-create-boilerplate", @@ -19,7 +19,8 @@ "lib/*", "license.txt", "README.md", - "CHANGELOG.md" + "CHANGELOG.md", + ".github/*" ], "bugs": { "url": "https://github.com/tojeiro-me/Plasttic-create-boilerplate/issues",