Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jul 27, 2023
1 parent f89c22e commit bf8b38c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## Unreleased -->

## [0.8.0](https://github.com/metonym/svelte-time/releases/tag/v0.8.0) - 2023-07-27

**Breaking Changes**

- minimum Svelte version required is 3.55

**Features**

- update type definitions to support Svelte 4
- upgrade `dayjs` to v1.11.9

## [0.7.2](https://github.com/metonym/svelte-time/releases/tag/v0.7.2) - 2023-06-04

- upgrade `dayjs` to v1.11.8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-time",
"version": "0.7.2",
"version": "0.8.0",
"license": "MIT",
"description": "Svelte component and action to format a timestamp using day.js",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit bf8b38c

Please sign in to comment.