diff --git a/README.md b/README.md index 99661c6..5fa3fa7 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,13 @@ node ./index.js ### Change Log -- 1.0.9 - jrnewton/github-readme-to-html#9 - highlightjs support -- 1.0.8 - update dependency -- 1.0.7 - jrnewton/github-readme-to-html#5 - fix newline issue when using yarn -- 1.0.6 - jrnewton/github-readme-to-html#3 - footnote support -- 1.0.5 - jrnewton/github-readme-to-html#4 - resize image support -- 1.0.4 - jrnewton/github-readme-to-html#2 - output filename support +- 1.0.10 - jrnewton/github-readme-to-html#13 - Breaks on npx: assumes highlight.js is available locally +- 1.0.9 - jrnewton/github-readme-to-html#9 - highlightjs support +- 1.0.8 - update dependency +- 1.0.7 - jrnewton/github-readme-to-html#5 - fix newline issue when using yarn +- 1.0.6 - jrnewton/github-readme-to-html#3 - footnote support +- 1.0.5 - jrnewton/github-readme-to-html#4 - resize image support +- 1.0.4 - jrnewton/github-readme-to-html#2 - output filename support --- diff --git a/package-lock.json b/package-lock.json index 3739d91..ae9a597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-readme-to-html", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c13f7fc..d703acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-readme-to-html", - "version": "1.0.9", + "version": "1.0.10", "description": "Generate a simple HTML page based on a single markdown file", "main": "index.js", "files": [