Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed May 25, 2024
1 parent 69df586 commit 61e53f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning].

## [Unreleased]

## [v0.4.1] - 2024-05-25

### Changed

* Upgrade dependencies. No functional changes.

## [v0.4.0] - 2024-01-07

### Changed
Expand Down Expand Up @@ -66,7 +72,8 @@ This project adheres to [Semantic Versioning].
* First release.

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.3.1...v0.4.0
[v0.3.1]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackers-tiny-slide-deck",
"version": "0.4.1-dev",
"version": "0.4.1",
"license": "MIT",
"description": "Turn a Markdown document into a slide deck quickly.",
"author": "Tuomas Kareinen <[email protected]>",
Expand Down

0 comments on commit 61e53f8

Please sign in to comment.