We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748e53a commit e3887d4Copy full SHA for e3887d4
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.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
16
## [0.8.1](https://github.com/metonym/svelte-time/releases/tag/v0.8.1) - 2023-12-16
17
18
**Fixes**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-time",
3
- "version": "0.8.1",
+ "version": "0.8.2",
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