Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Oct 20, 2024
1 parent a14a268 commit 2536e5e
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.2] - 2024-10-20

### Changed

* Update dependencies. No functional changes.

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

### Changed
Expand Down Expand Up @@ -72,7 +78,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.1...HEAD
[Unreleased]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/tkareine/hackers-tiny-slide-deck/compare/v0.4.1...v0.4.2
[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
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.2-dev",
"version": "0.4.2",
"license": "MIT",
"description": "Turn a Markdown document into a slide deck quickly.",
"author": "Tuomas Kareinen <[email protected]>",
Expand Down

0 comments on commit 2536e5e

Please sign in to comment.