Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.0...v6.0.0) (2022-11-03)

### Features

* build dist ([b164e14](b164e14))
* partial rewrite ([5ea5a01](5ea5a01))

### 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.
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent b164e14 commit bf43649
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "jquery-slotmachine",
"version": "5.0.0",
"version": "6.0.0",
"engines": {
"node": ">= 16"
},
Expand Down

0 comments on commit bf43649

Please sign in to comment.