There was an error while loading. Please reload this page.
1 parent a234d0d commit 2651c1eCopy full SHA for 2651c1e
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
<!-- ## Unreleased -->
9
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
16
## [0.8.2](https://github.com/metonym/svelte-time/releases/tag/v0.8.2) - 2023-12-16
17
18
**Fixes**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-time",
3
- "version": "0.8.3",
+ "version": "0.9.0",
4
"license": "MIT",
5
"description": "Svelte component and action to format a timestamp using day.js",
6
"author": "Eric Liu (https://github.com/metonym)",
0 commit comments