From f535d3848e159adaba98453453072f85a2155bb1 Mon Sep 17 00:00:00 2001 From: Cyril Walle Date: Thu, 23 Dec 2021 00:29:53 +0100 Subject: [PATCH] notes --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index c18d697..6c07341 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 12.0.0 + + * use `Object.hasOwn` which requires ES2022 or a polyfill + ## 11.0.0 * decorateWorker requires Node 14+