Skip to content

Commit

Permalink
Release 0.4.1. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
12wrigja committed Apr 14, 2022
1 parent 2f6e6b4 commit 32526b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.4.1

This version is a patch version enabling polyfill compatibilit with Safari
versions <15.1 (October 2021 and earlier).

Bug fixes:

- Remove erroneous options from Safari's Intl.DateTimeFormat resolvedOptions
bag. The underlying bug in Safari was fixed in Safari 15.1.

# 0.4.0

This version roughly corresponds with all the changes made to the Temporal polyfill as of the January 2022 TC39 Plenary meeting.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-temporal/polyfill",
"version": "0.4.0",
"version": "0.4.1",
"description": "Polyfill for Tc39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 32526b3

Please sign in to comment.