From f25bf353d7e2afd8b10e88f1d80908a5433ad4da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 01:15:34 +0000 Subject: [PATCH] chore(main): release 2.2.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 9884b04..46ae6c4 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.2.0](https://github.com/mcarvin8/config-disassembler-node/compare/v2.1.0...v2.2.0) (2026-05-21) + + +### Features + +* **rust:** bump config-disassembler from 0.5.1 to 0.5.3 ([#29](https://github.com/mcarvin8/config-disassembler-node/issues/29)) ([37a55cd](https://github.com/mcarvin8/config-disassembler-node/commit/37a55cdcf343a7b1eec23a77972f54fe024fb504)) + ## [2.1.0](https://github.com/mcarvin8/config-disassembler-node/compare/v2.0.3...v2.1.0) (2026-05-13) diff --git a/package-lock.json b/package-lock.json index 05f046f..5b71a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-disassembler", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "config-disassembler", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^20.5.0", diff --git a/package.json b/package.json index ce43e2f..95e047a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "config-disassembler", - "version": "2.1.0", + "version": "2.2.0", "description": "Node.js bindings for the Rust config-disassembler crate.", "author": "Matt Carvin", "license": "MIT",