diff --git a/CHANGELOG.md b/CHANGELOG.md index 611ffbd..f607b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.1.0](https://github.com/mcarvin8/config-disassembler-node/compare/v2.0.3...v2.1.0) (2026-05-13) + + +### Features + +* add Alpine / musl libc support (linux-x64-musl, linux-arm64-musl) ([#25](https://github.com/mcarvin8/config-disassembler-node/issues/25)) ([9f51662](https://github.com/mcarvin8/config-disassembler-node/commit/9f51662e589123df03794e1d79a1e9a967af8e08)) + ## [2.0.3](https://github.com/mcarvin8/config-disassembler-node/compare/v2.0.2...v2.0.3) (2026-05-13) diff --git a/package-lock.json b/package-lock.json index b35fbe3..15821bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-disassembler", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "config-disassembler", - "version": "2.0.3", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^20.5.0", diff --git a/package.json b/package.json index d4a5b86..0334fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "config-disassembler", - "version": "2.0.3", + "version": "2.1.0", "description": "Node.js bindings for the Rust config-disassembler crate.", "author": "Matt Carvin", "license": "MIT",