From 6975bcfc7629dcb8f011b5a96c30c284b595deee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:38:02 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de9899..e3dd0b3 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. +## [1.5.0](https://github.com/mcarvin8/config-disassembler-node/compare/v1.4.0...v1.5.0) (2026-05-13) + + +### Features + +* add native binary support for win32-arm64 ([#17](https://github.com/mcarvin8/config-disassembler-node/issues/17)) ([97efd0f](https://github.com/mcarvin8/config-disassembler-node/commit/97efd0f47fec548da551efd1df6b6afe97825416)) + ## [1.4.0](https://github.com/mcarvin8/config-disassembler-node/compare/v1.3.0...v1.4.0) (2026-05-08) diff --git a/package-lock.json b/package-lock.json index c8ede27..8d7fdb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-disassembler", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "config-disassembler", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" diff --git a/package.json b/package.json index 5ee6b02..2a9ea60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "config-disassembler", - "version": "1.4.0", + "version": "1.5.0", "description": "Disassemble configuration files (XML, JSON, JSON5, JSONC, YAML, TOON, TOML, INI) into smaller, version-control friendly pieces and reassemble them on demand. Node.js bindings for the Rust `config-disassembler` crate.", "author": "Matt Carvin", "license": "MIT",