Skip to content

Commit

Permalink
chore: updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoD committed Mar 16, 2021
1 parent 5865c20 commit 9389b45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.13.0](https://github.com/octod/tiinvo/compare/v2.12.1...v2.13.0) (2021-03-16)


### Features

* adds callfnwith ([1d01ad1](https://github.com/octod/tiinvo/commit/1d01ad1a6f7a7eb471a75159b7d7c4e1a40b82a8))
* adds either.fromfunction ([f9ffd07](https://github.com/octod/tiinvo/commit/f9ffd07eab88dd661471a97b86d3d48c0a385887))
* adds multi conditional fn ([128b690](https://github.com/octod/tiinvo/commit/128b690a59a9589f734298448bc1ed6daf9b557b))
* adds random and range fns ([784decf](https://github.com/octod/tiinvo/commit/784decfb0c7a32eb464707f0adfca7784d6541b1))
* adds wait fn ([f9aceea](https://github.com/octod/tiinvo/commit/f9aceead1852df5e0469fcc36db8031e14b111b4))



## [2.12.1](https://github.com/octod/tiinvo/compare/v2.12.0...v2.12.1) (2021-03-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"benchmarks": "ts-node .src/benchmarks",
"changelog": "standard-changelog",
"changelog": "standard-changelog --first-release",
"docs": "typedoc --options typedoc.markdown.json",
"lint": "eslint -c ./.eslintrc.json src/**/*.ts --fix",
"prepublishOnly": "tsc -p .",
Expand Down

0 comments on commit 9389b45

Please sign in to comment.