From 2651c1e19f950e3a7dfe3526fe67c13091de75f9 Mon Sep 17 00:00:00 2001 From: metonym Date: Fri, 19 Apr 2024 20:46:29 -0700 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c45fafc..5657d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.9.0](https://github.com/metonym/svelte-time/releases/tag/v0.9.0) - 2024-04-19 + +**Features** + +- allow `title` attribute to be overridden + ## [0.8.2](https://github.com/metonym/svelte-time/releases/tag/v0.8.2) - 2023-12-16 **Fixes** diff --git a/package.json b/package.json index fecca08..4107a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-time", - "version": "0.8.3", + "version": "0.9.0", "license": "MIT", "description": "Svelte component and action to format a timestamp using day.js", "author": "Eric Liu (https://github.com/metonym)",