diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db5042..9ee7952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cc0d2f6..6d9c948 100644 --- a/package.json +++ b/package.json @@ -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", @@ -56,6 +56,7 @@ }, "files": [ "dist", + "src", "README.md", "LICENSE" ],