Skip to content

Commit

Permalink
Update version/readme for 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnewton committed Mar 27, 2024
1 parent 09cd4cd commit 8c7e864
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
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": "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": [
Expand Down

0 comments on commit 8c7e864

Please sign in to comment.