Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 15, 2022
1 parent 6470749 commit 18a82b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## Unreleased -->

## [0.6.3](https://github.com/metonym/svelte-time/releases/tag/v0.6.3) - 2022-05-15

- revert back to using ESM exports from `dayjs`

## [0.6.2](https://github.com/metonym/svelte-time/releases/tag/v0.6.2) - 2022-05-15

- use default CJS imports from `dayjs` instead of ESM
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": "svelte-time",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"description": "Svelte component and action to format a timestamp using day.js",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 18a82b9

Please sign in to comment.