diff --git a/CHANGELOG.md b/CHANGELOG.md index 89687e9..2a06e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [0.3.2](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.3.2) (2021-05-19) + +npm audit fixes + +### [0.3.1](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.3.1) (2021-05-03) + +bugfix for links in postsList + ### [0.3.0](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.3.0) (2021-05-02) configuration possibility diff --git a/bin/packagejson.template b/bin/packagejson.template index 5c1f0ba..a48bcb6 100644 --- a/bin/packagejson.template +++ b/bin/packagejson.template @@ -8,6 +8,6 @@ "start": "harold-scripts start" }, "devDependencies": { - "harold-scripts": "^0.3.1" + "harold-scripts": "^0.3.2" } } diff --git a/package-lock.json b/package-lock.json index aa029da..b15dc22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-harold-app", - "version": "0.2.1", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d845070..93c7e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-harold-app", - "version": "0.3.1", + "version": "0.3.2", "description": "Static blog/site generator", "author": "Julian Ćwirko (julian.io)", "license": "MIT",