From fd98405330c5b8521406c11bc87d0922116693cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Sep 2020 22:41:41 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/alexandermendes/vue-confetti/compare/v2.1.1...v2.2.0) (2020-09-06) ### Features * add option ([dd574b4](https://github.com/alexandermendes/vue-confetti/commit/dd574b4)) * add option for setting max wind speed ([26a0a42](https://github.com/alexandermendes/vue-confetti/commit/26a0a42)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66a614b..1fd5287 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-confetti", "description": "A Vue component for dropping confetti.", - "version": "2.1.1", + "version": "2.2.0", "main": "dist/vue-confetti.js", "author": "Alex Mendes ", "license": "MIT",