# 0.1.4 Release Prep Design

**Objective:** Prepare the repository for a `0.1.4` patch release without publishing from this session.

## Scope

- Bump the package version from `0.1.3` to `0.1.4` in release metadata.
- Update local release-note examples that are pinned to the prior version.
- Run release preflight verification locally after the version bump.
- Hand off the exact npm commands for the manual publish step.

## Approach

Use minimal, explicit edits so the release prep is easy to review. Keep the release workflow local and manual, consistent with the existing policy in `.anson/release-ci-cd-notes.md`.

## Verification

Run the same preflight commands documented in the local release notes:

- `npm test:isolation`
- `npm test`
- `npm run build`
- `npm pack --dry-run`

## Manual Handoff

After verification, provide the exact commands for:

- `npm whoami`
- `npm publish --access public`
- `npm view @ansonlai/docx-redline-js version`
