diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c5f5e..1c4c6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Next Version +# 2.1.8 +- Wrote github action to publish github package + # 2.1.7 - Write command created diff --git a/package.json b/package.json index fa3a88c..07f4f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gloriajs/gloria", - "version": "2.1.7", + "version": "2.1.8", "description": "Gloria is a NodeJS simple static website generator.", "main": "cli.js", "bin": "cli.js",