Skip to content

Release 2.6.0#54

Merged
Yukaii merged 17 commits into
masterfrom
release/2.6.0
May 19, 2026
Merged

Release 2.6.0#54
Yukaii merged 17 commits into
masterfrom
release/2.6.0

Conversation

@Yukaii
Copy link
Copy Markdown
Member

@Yukaii Yukaii commented May 19, 2026

Summary

Bump @hackmd/api to 2.6.0 for a stable release.

Highlights since 2.5.0

Release steps (after merge)

Merging this PR alone publishes a beta build to npm (develop push workflow). For the stable release:

  1. Merge this PR into develop
  2. Create and push tag v2.6.0 on the merge commit:
    git checkout develop && git pull
    git tag v2.6.0
    git push origin v2.6.0
  3. The Publish to NPM workflow runs on the tag, publishes @hackmd/api@2.6.0, and opens a draft GitHub release
  4. Review and publish the draft release on GitHub

Test plan

  • CI passes on this PR
  • After tag push, verify npm publish workflow succeeds
  • Confirm @hackmd/api@2.6.0 on npm

Made with Cursor

Yukaii and others added 17 commits May 27, 2025 17:41
Publish pre-release(beta) build automatically
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
merge master into develop
Add book mode conference note example with TypeScript implementation
- Introduce a simple progress manager inside the example
- Support RESUME_MODE env or --resume flag to continue
- Persist per-session note creation and restore URLs on resume
- Save progress after each note; include book URL on success
examples(book-mode-conference): add progress/resume support
Agent-Logs-Url: https://github.com/hackmdio/api-client/sessions/782df678-b097-4b7e-b0c7-451b5be8bbb7

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
Extend the Node.js client with user and team folder APIs, folder-aware note
options, and exported folder types. Add an opt-in live e2e test suite and keep
non-idempotent retries from masking server-side POST failures.

Made-with: Cursor
Co-authored-by: Cursor <cursoragent@cursor.com>
@Yukaii Yukaii changed the base branch from develop to master May 19, 2026 19:27
@Yukaii Yukaii merged commit 623c36f into master May 19, 2026
2 checks passed
@Yukaii Yukaii deleted the release/2.6.0 branch May 19, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants