Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2026-07-31

### Changed

- TypeScript updated to v7 (dev dependency)
- GitHub Actions `setup-node` updated to v7

### Fixed

- README now correctly requires Node.js 22+ instead of the EOL Node 20
- Mermaid ELK rendering test timeout increased to 15s to prevent false failures on slower machines

## [0.4.0] - 2026-06-21

### Added
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": "markfluence",
"version": "0.4.0",
"version": "0.4.1",
"description": "The best Markdown to Confluence converter. Modern, fast, correct.",
"type": "module",
"main": "dist/index.js",
Expand Down