Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Feb 28, 2022
1 parent 1025350 commit ec4e4d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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": {
Expand Down

0 comments on commit ec4e4d8

Please sign in to comment.