We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ac7d2 commit cdef2aaCopy full SHA for cdef2aa
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
<!-- ## Unreleased -->
9
10
+## [1.0.0](https://github.com/metonym/svelte-time/releases/tag/v1.0.0) - 2025-01-23
11
+
12
+**Features**
13
14
+- establish a stable release before upgrading to Svelte 5
15
16
+**Fixes**
17
18
+- upgrade `dayjs` to v1.11.13
19
20
## [0.9.0](https://github.com/metonym/svelte-time/releases/tag/v0.9.0) - 2024-04-19
21
22
**Features**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-time",
3
- "version": "0.9.0",
+ "version": "1.0.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