Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 6, 2024
1 parent a08ed40 commit fad4d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ console.log(Temporal.Now.zonedDateTimeISO().toString())
Use a `<script>` tags with a CDN link:

```html
<script src='https://cdn.jsdelivr.net/npm/[email protected].0/global.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected].1/global.min.js'></script>
<script>
console.log(Temporal.Now.zonedDateTimeISO().toString())
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "temporal-polyfill",
"version": "0.2.0",
"version": "0.2.1",
"title": "Temporal Polyfill",
"description": "A lightweight polyfill for Temporal, successor to the JavaScript Date object",
"author": {
Expand Down

0 comments on commit fad4d30

Please sign in to comment.