From 2d3fd89f21eac311eceee9151640072911fb6467 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 31 May 2024 00:27:42 -0400 Subject: [PATCH] bump --- README.md | 2 +- packages/temporal-polyfill/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92b6190a..c39b62a5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ console.log(Temporal.Now.zonedDateTimeISO().toString()) Use a ` + diff --git a/packages/temporal-polyfill/package.json b/packages/temporal-polyfill/package.json index 721e1a97..868c02a5 100644 --- a/packages/temporal-polyfill/package.json +++ b/packages/temporal-polyfill/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "temporal-polyfill", - "version": "0.2.4", + "version": "0.2.5", "title": "Temporal Polyfill", "description": "A lightweight polyfill for Temporal, successor to the JavaScript Date object", "author": {