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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog

## [0.1.1](https://github.com/wiremind/markdown-to-notionapi/compare/markdown-to-notionapi-v0.1.0...markdown-to-notionapi-v0.1.1) (2025-10-10)


### Features

* add output file option for dry-run mode and improve error handling ([242bfac](https://github.com/wiremind/markdown-to-notionapi/commit/242bfac5a23f072b151b52b13033472febef98c1))
* add output file option for dry-run mode and improve error handling ([c8752ab](https://github.com/wiremind/markdown-to-notionapi/commit/c8752abde69e3282071374650dfe5c8e2ee157bb))
* implement chunked processing for Notion API blocks and add tests ([64cd18a](https://github.com/wiremind/markdown-to-notionapi/commit/64cd18a87f5c6fef17c764b1a8485553291b85e1))
* **md2notion:** init ([2483bf6](https://github.com/wiremind/markdown-to-notionapi/commit/2483bf603412132e66c6add41a62148e8b21bccb))
* setup Release Please automation ([16f5fd0](https://github.com/wiremind/markdown-to-notionapi/commit/16f5fd09c22f694bb0ac11bbf3fbfd457c363b14))
* setup Release Please automation ([#5](https://github.com/wiremind/markdown-to-notionapi/issues/5)) ([f3b2394](https://github.com/wiremind/markdown-to-notionapi/commit/f3b2394fc5c90ace5fb0bc7478ddc7fd3841d5dc))
* update workflows to support manual triggering and enhance Docker image build process ([2605b4d](https://github.com/wiremind/markdown-to-notionapi/commit/2605b4d92aa1ebf614b411bb3609330bcd3df3da))


### Bug Fixes

* **ci:** fixing automatic build process ([5df94f5](https://github.com/wiremind/markdown-to-notionapi/commit/5df94f5789f2715d8d3a64eb6a4104c5e5b3b8e4))
* **ci:** fixing automatic build process ([c5b8750](https://github.com/wiremind/markdown-to-notionapi/commit/c5b87506dcda26d538c050241e74d8a291b28444))
* **ci:** semantic version of github action ([8c29032](https://github.com/wiremind/markdown-to-notionapi/commit/8c290324174450daf6e78d36297457072dd27bad))
* **ci:** semantic version of github action ([6156ce6](https://github.com/wiremind/markdown-to-notionapi/commit/6156ce6768a4f8717ed895c35576a9f6c2dcf203))
* update release-please configuration to include changelog path and miscellaneous section ([987c4dc](https://github.com/wiremind/markdown-to-notionapi/commit/987c4dcdb5f56f2def78ce006c0743c923b2ec98))

## Changelog

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).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).