From c66a402b04fd82c9f766a1ae4d0fa4d5a3b2feb8 Mon Sep 17 00:00:00 2001 From: davipon Date: Sun, 29 May 2022 10:56:10 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ec712da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.1.0 (2022-05-29) + + +### ✨ Features + +* initial commit ([2b630dc](https://github.com/davipon/svelte-hover-draw-svg/commit/2b630dcba5a0c285bba90a625d35ada18a03d579)) diff --git a/package.json b/package.json index 73576fe..8be9b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-hover-draw-svg", - "version": "1.0.0", + "version": "1.1.0", "description": "A lightweight Svelte component to draw SVG on hover.", "author": "Peng Wei Che", "repository": "https://github.com/davipon/svelte-hover-draw-svg",