From ec4e4d80fc8f1f2b405b7ba6f4399d6a2a020311 Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Mon, 28 Feb 2022 19:32:25 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6507c2b..355a9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/icelam/random-name-picker/compare/v1.0.4...v1.1.0) (2022-02-28) + + +### Features + +* refine animation with blur filter ([1025350](https://github.com/icelam/random-name-picker/commit/10253508457fd05e9a4ea8c0a005fb0a7962f817)) + + +### Bug Fixes + +* fix maximum number of reel item when previous winner is shown ([70994da](https://github.com/icelam/random-name-picker/commit/70994daef788c5545caeb5e778c6c3e25c6a6150)) +* fix page overflow when sunburst is displayed ([8e1c167](https://github.com/icelam/random-name-picker/commit/8e1c167c81fd68c8756f2826bd20a48d1555bf71)) +* fix the size of og-image ([b5a904e](https://github.com/icelam/random-name-picker/commit/b5a904ed70e465a34774b97662a16175304d0b16)) + ### [1.0.4](https://github.com/icelam/random-name-picker/compare/v1.0.3...v1.0.4) (2021-03-19) diff --git a/package.json b/package.json index 307540d..45f6964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "random-name-picker", - "version": "1.0.4", + "version": "1.1.0", "description": "Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API.", "private": true, "scripts": {