Skip to content

Commit 32526b3

Browse files
authored
Release 0.4.1. (#148)
1 parent 2f6e6b4 commit 32526b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.4.1
2+
3+
This version is a patch version enabling polyfill compatibilit with Safari
4+
versions <15.1 (October 2021 and earlier).
5+
6+
Bug fixes:
7+
8+
- Remove erroneous options from Safari's Intl.DateTimeFormat resolvedOptions
9+
bag. The underlying bug in Safari was fixed in Safari 15.1.
10+
111
# 0.4.0
212

313
This version roughly corresponds with all the changes made to the Temporal polyfill as of the January 2022 TC39 Plenary meeting.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-temporal/polyfill",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Polyfill for Tc39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)