Skip to content

Commit 25c5e27

Browse files
chore(main): release markdown-to-notionapi 0.1.1
1 parent 64cd18a commit 25c5e27

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* add output file option for dry-run mode and improve error handling ([242bfac](https://github.com/wiremind/markdown-to-notionapi/commit/242bfac5a23f072b151b52b13033472febef98c1))
9+
* add output file option for dry-run mode and improve error handling ([c8752ab](https://github.com/wiremind/markdown-to-notionapi/commit/c8752abde69e3282071374650dfe5c8e2ee157bb))
10+
* implement chunked processing for Notion API blocks and add tests ([64cd18a](https://github.com/wiremind/markdown-to-notionapi/commit/64cd18a87f5c6fef17c764b1a8485553291b85e1))
11+
* **md2notion:** init ([2483bf6](https://github.com/wiremind/markdown-to-notionapi/commit/2483bf603412132e66c6add41a62148e8b21bccb))
12+
* setup Release Please automation ([16f5fd0](https://github.com/wiremind/markdown-to-notionapi/commit/16f5fd09c22f694bb0ac11bbf3fbfd457c363b14))
13+
* setup Release Please automation ([#5](https://github.com/wiremind/markdown-to-notionapi/issues/5)) ([f3b2394](https://github.com/wiremind/markdown-to-notionapi/commit/f3b2394fc5c90ace5fb0bc7478ddc7fd3841d5dc))
14+
* update workflows to support manual triggering and enhance Docker image build process ([2605b4d](https://github.com/wiremind/markdown-to-notionapi/commit/2605b4d92aa1ebf614b411bb3609330bcd3df3da))
15+
16+
17+
### Bug Fixes
18+
19+
* **ci:** fixing automatic build process ([5df94f5](https://github.com/wiremind/markdown-to-notionapi/commit/5df94f5789f2715d8d3a64eb6a4104c5e5b3b8e4))
20+
* **ci:** fixing automatic build process ([c5b8750](https://github.com/wiremind/markdown-to-notionapi/commit/c5b87506dcda26d538c050241e74d8a291b28444))
21+
* **ci:** semantic version of github action ([8c29032](https://github.com/wiremind/markdown-to-notionapi/commit/8c290324174450daf6e78d36297457072dd27bad))
22+
* **ci:** semantic version of github action ([6156ce6](https://github.com/wiremind/markdown-to-notionapi/commit/6156ce6768a4f8717ed895c35576a9f6c2dcf203))
23+
* update release-please configuration to include changelog path and miscellaneous section ([987c4dc](https://github.com/wiremind/markdown-to-notionapi/commit/987c4dcdb5f56f2def78ce006c0743c923b2ec98))
24+
25+
## Changelog
26+
327
All notable changes to this project will be documented in this file.
428

529
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
30+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)