From cd9b794027b841e081d4694bd2ee0d81ae4c5f38 Mon Sep 17 00:00:00 2001 From: "buka-inc-robot[bot]" <188442834+buka-inc-robot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:02:54 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ede22..06e386a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/buka-inc/npm.error-codes/compare/v1.0.4...v1.1.0) (2026-03-10) + + +### Features + +* support base32 string as options ([4abd9ea](https://github.com/buka-inc/npm.error-codes/commit/4abd9ea8da89b6624d1ba65a38eb41aa3660869e)) + ## [1.0.4](https://github.com/buka-inc/npm.error-codes/compare/v1.0.3...v1.0.4) (2026-01-27) diff --git a/package.json b/package.json index dbb8e0d..bf20f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buka/error-codes", - "version": "1.0.4", + "version": "1.1.0", "description": "The error codes management tool library maintained by Buka Inc.", "main": "./dist/index.js", "types": "./dist/index.d.ts",