From dca5aa8ca26cd47e999fa589dc8aacd99bbeda0f Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 15 Sep 2024 13:11:34 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.3=20=F0=9F=8E=89=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 aa5bd79..8405c52 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/ehmpathy/error-fns/compare/v1.3.2...v1.3.3) (2024-09-14) + + +### Bug Fixes + +* **serde:** ensure errors serialized expressively by default ([921018e](https://github.com/ehmpathy/error-fns/commit/921018e32cac093f17ca7d9db82a2ccf87071558)) + ## [1.3.2](https://github.com/ehmpathy/error-fns/compare/v1.3.1...v1.3.2) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index d92d52e..123b849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ehmpathy/error-fns", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ehmpathy/error-fns", - "version": "1.3.2", + "version": "1.3.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7095d0f..4d39d1d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ehmpathy/error-fns", "author": "ehmpathy", "description": "A standard set of errors and methods for simpler, safer, and easier to read code.", - "version": "1.3.2", + "version": "1.3.3", "repository": "ehmpathy/error-fns", "homepage": "https://github.com/ehmpathy/error-fns", "keywords": [