From bf436495aaf84cea5808734371649850e9704325 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 18:01:00 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/josex2r/jQuery-SlotMachine/compare/v5.0.0...v6.0.0) (2022-11-03) ### Features * build dist ([b164e14](https://github.com/josex2r/jQuery-SlotMachine/commit/b164e143a9b3c1dc56e6bdab2e2557dbb5bc5153)) * partial rewrite ([5ea5a01](https://github.com/josex2r/jQuery-SlotMachine/commit/5ea5a01c6911c48ba9aae56f70ec7bf21620b179)) ### BREAKING CHANGES * Lot of things changed, mostly the public API - `Promise` support, most public methods returns a promise. - `shuffle` arguments. - `stop` arguments. - `run` has been deleted, this feature can be achieved using promises. - `constructor` options have been shrinked. --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cdf87..e026a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [6.0.0](https://github.com/josex2r/jQuery-SlotMachine/compare/v5.0.0...v6.0.0) (2022-11-03) + + +### Features + +* build dist ([b164e14](https://github.com/josex2r/jQuery-SlotMachine/commit/b164e143a9b3c1dc56e6bdab2e2557dbb5bc5153)) +* partial rewrite ([5ea5a01](https://github.com/josex2r/jQuery-SlotMachine/commit/5ea5a01c6911c48ba9aae56f70ec7bf21620b179)) + + +### BREAKING CHANGES + +* Lot of things changed, mostly the public API +- `Promise` support, most public methods returns a promise. +- `shuffle` arguments. +- `stop` arguments. +- `run` has been deleted, this feature can be achieved using promises. +- `constructor` options have been shrinked. + # [5.0.0](https://github.com/josex2r/jQuery-SlotMachine/compare/v4.0.2...v5.0.0) (2022-10-18) diff --git a/package.json b/package.json index f821368..bc2b21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery-slotmachine", - "version": "5.0.0", + "version": "6.0.0", "engines": { "node": ">= 16" },