Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Nov 9, 2023
1 parent 4b8ed36 commit 4110b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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]
## [0.3.1] - 2023-11-09

### Added

Expand Down Expand Up @@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial version, providing a working proof-of-concept.

[Unreleased]: https://github.com/cluttrdev/showdown/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/cluttrdev/showdown/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/cluttrdev/showdown/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/cluttrdev/showdown/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cluttrdev/showdown/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/cluttrdev/showdown/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ run
showdown README.md
```

This will render the file content as HTML, serve it under <http://127.0.0.1:1337/>
This will render the file content as HTML, serve it on <http://127.0.0.1:1337/>
and update the preview on changes.

Run `showdown --help` for more information.
Expand Down

0 comments on commit 4110b42

Please sign in to comment.