Skip to content

Commit

Permalink
npm audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed May 18, 2021
1 parent 3814544 commit 533114c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/packagejson.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "harold-scripts start"
},
"devDependencies": {
"harold-scripts": "^0.3.1"
"harold-scripts": "^0.3.2"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 533114c

Please sign in to comment.