From 3ba57a6a8e60b171f624b6343be704b23a34af6e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 19 Apr 2024 13:30:04 -0400 Subject: [PATCH] -> v4.3.3 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4724a8a..ba98edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # devalue changelog +## 4.3.3 + +- Support invalid dates ([#61](https://github.com/Rich-Harris/devalue/pull/61)) +- Fix incorrect `error.path` when object contains a map ([#64](https://github.com/Rich-Harris/devalue/pull/64)) + ## 4.3.2 - Better type declarations ([#66](https://github.com/Rich-Harris/devalue/pull/66)) diff --git a/package.json b/package.json index cf3aeb1..1f43014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "devalue", "description": "Gets the job done when JSON.stringify can't", - "version": "4.3.2", + "version": "4.3.3", "repository": "Rich-Harris/devalue", "exports": { ".": { @@ -30,4 +30,4 @@ "license": "MIT", "type": "module", "packageManager": "pnpm@8.5.1" -} \ No newline at end of file +}