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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ convey — dependency moves, notes about the shape of the public API — are add
to the release entry by hand. This project follows
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2026-07-28

### Bug Fixes

- Source maps now resolve to original TypeScript sources

### Miscellaneous

- Add npm release workflow triggered by version tags

## [0.1.0] - 2026-07-28

### Features
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llbbl/polydoc-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Reusable TypeScript Markdown-to-DOCX conversion core for polydoc and TeamWiki.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -56,6 +56,7 @@
},
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
Expand Down