Skip to content

Commit 2651c1e

Browse files
committed
v0.9.0
1 parent a234d0d commit 2651c1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## Unreleased -->
99

10+
## [0.9.0](https://github.com/metonym/svelte-time/releases/tag/v0.9.0) - 2024-04-19
11+
12+
**Features**
13+
14+
- allow `title` attribute to be overridden
15+
1016
## [0.8.2](https://github.com/metonym/svelte-time/releases/tag/v0.8.2) - 2023-12-16
1117

1218
**Fixes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-time",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"description": "Svelte component and action to format a timestamp using day.js",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)