Skip to content

Commit e3887d4

Browse files
committedDec 17, 2023
v0.8.2
1 parent 748e53a commit e3887d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
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.8.2](https://github.com/metonym/svelte-time/releases/tag/v0.8.2) - 2023-12-16
11+
12+
**Fixes**
13+
14+
- fix `exports` in package.json to include types; add exports for `./src/*.svelte` and `./src/*`
15+
1016
## [0.8.1](https://github.com/metonym/svelte-time/releases/tag/v0.8.1) - 2023-12-16
1117

1218
**Fixes**

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-time",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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)
Please sign in to comment.