Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2021-07-22)

### Bug Fixes

* dicey:sequence throws for n smaller than zero ([69bb629](69bb629))
* improve return type of dicey:sequence ([1fd8da9](1fd8da9))
* **build:** copy new SVG logo from src folder ([c695f32](c695f32))

### Features

* add coinflip, more dice ([b73849f](b73849f))
* add convenience functions ([50be4f4](50be4f4)), closes [ranged-random#2](https://github.com/ranged-random/issues/2) [ranged-random-integer#2](https://github.com/ranged-random-integer/issues/2) [random-from#1](https://github.com/random-from/issues/1)
* add function dicey:pick ([fbcb299](fbcb299))
* add functtion dicey:array ([a334c32](a334c32))
* augment map returned by built-in generator ([669affd](669affd))
* dicey:pick can pick from arrays ([0c1a95b](0c1a95b))
* dicey:random-from accepts arrays as well ([f7a105a](f7a105a))
* remove dicey:n-integers-from-to ([8023e75](8023e75))
* rename functions for clarity ([a4f9e07](a4f9e07))
* **npm:** npm test updates lib in db first ([4bb7daf](4bb7daf))

### BREAKING CHANGES

* The derived random item is now returned as `_item` and `number` is the
random number returned by fn:random-number-generator.
  • Loading branch information
semantic-release-bot committed Jul 22, 2021
1 parent 25c2982 commit a3cc664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dicey",
"main": "gulpfile.js",
"version": "1.0.0",
"version": "2.0.0",
"keywords": [
"random",
"xquery"
Expand Down

0 comments on commit a3cc664

Please sign in to comment.