diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6e71b..cc8bf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ All notable changes to this project are documented here. Format follows [Keep a [Unreleased]: https://github.com/thebytefarm/marxml/compare/v0.0.0...HEAD [0.0.0]: https://github.com/thebytefarm/marxml/releases/tag/v0.0.0 +## 0.1.4 (2026-05-19) + +### Fixes + +- build napi loader as ESM + add publish-time smoke test + ## 0.1.3 (2026-05-19) ### Fixes diff --git a/Cargo.toml b/Cargo.toml index 12bc9ff..bd04a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2021" rust-version = "1.75" license = "MIT OR Apache-2.0" diff --git a/bindings/node/package.json b/bindings/node/package.json index 9337e0c..fb5908e 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "marxml", - "version": "0.1.3", + "version": "0.1.4", "description": "Fast markdown + XML query and mutation. Rust core with native Node bindings.", "keywords": [ "markdown",