From c54b3c9660edadaac491c7e78d4a13b3313c3b90 Mon Sep 17 00:00:00 2001 From: "buka-inc-robot[bot]" <188442834+buka-inc-robot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:09:18 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e386a..deff7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/buka-inc/npm.error-codes/compare/v1.1.0...v1.1.1) (2026-03-11) + + +### Bug Fixes + +* wrong error-code encoding ([aa78e23](https://github.com/buka-inc/npm.error-codes/commit/aa78e23b4c66efc7369687fbced9a5a0b5ecbcd9)) + ## [1.1.0](https://github.com/buka-inc/npm.error-codes/compare/v1.0.4...v1.1.0) (2026-03-10) diff --git a/package.json b/package.json index bf20f85..eaeca94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buka/error-codes", - "version": "1.1.0", + "version": "1.1.1", "description": "The error codes management tool library maintained by Buka Inc.", "main": "./dist/index.js", "types": "./dist/index.d.ts",