Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natescherer authored and actions-user committed Apr 20, 2021
1 parent 2e82afd commit 3561a2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2021-04-20
### Added
- Support for directories in 'path' input

Expand All @@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: ENTER-URL-HERE
[Unreleased]: https://github.com/natescherer/markdown-to-html-with-github-style-action/compare/v1.1.0..HEAD
[1.1.0]: https://github.com/natescherer/markdown-to-html-with-github-style-action/compare/v1.0.0..v1.1.0
[1.0.0]: ENTER-URL-HERE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Markdown to HTML with GitHub Style GitHub Action

<!-- REPLACER START: desc -->
A GitHub action to convert Markdown files to HTML via GitHub's API with embedded GitHub CSS style.
A GitHub Action to convert Markdown files to HTML via GitHub's API with embedded GitHub CSS style.
<!-- REPLACER END: desc -->

Essentially, this action will take input Markdown files and render them into self-contained HTML files that look as close as possible to how Markdown files are displayed on github.com.
Expand Down

0 comments on commit 3561a2b

Please sign in to comment.