diff --git a/CHANGELOG.md b/CHANGELOG.md index e3dd0b3..7084f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0.0](https://github.com/mcarvin8/config-disassembler-node/compare/v1.5.0...v2.0.0) (2026-05-13) + + +### ⚠ BREAKING CHANGES + +* switch native bindings from Neon to napi-rs ([#19](https://github.com/mcarvin8/config-disassembler-node/issues/19)) + +### Features + +* switch native bindings from Neon to napi-rs ([#19](https://github.com/mcarvin8/config-disassembler-node/issues/19)) ([a7233cb](https://github.com/mcarvin8/config-disassembler-node/commit/a7233cbc4a752d1dfcb976d3e377057362c8ce8c)) + ## [1.5.0](https://github.com/mcarvin8/config-disassembler-node/compare/v1.4.0...v1.5.0) (2026-05-13) diff --git a/package-lock.json b/package-lock.json index 0553cc8..02ad7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-disassembler", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "config-disassembler", - "version": "1.5.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^20.5.0", diff --git a/package.json b/package.json index 4873af9..b790c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "config-disassembler", - "version": "1.5.0", + "version": "2.0.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",