Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 2, 2021
1 parent 1304475 commit 2a29cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased
<!-- ## Unreleased -->

- Live update a relative timestamp -->
## [0.3.0](https://github.com/metonym/svelte-time/releases/tag/v0.3.0) - 2021-03-02

- Forward `$$restProps` to the `time` element

## [0.2.0](https://github.com/metonym/svelte-time/releases/tag/v0.2.0) - 2021-02-28

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.2.0",
"version": "0.3.0",
"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 2a29cf7

Please sign in to comment.