Skip to content

Commit cdef2aa

Browse files
committed
v1.0.0
1 parent 84ac7d2 commit cdef2aa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

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+
1020
## [0.9.0](https://github.com/metonym/svelte-time/releases/tag/v0.9.0) - 2024-04-19
1121

1222
**Features**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-time",
3-
"version": "0.9.0",
3+
"version": "1.0.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)