Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.0...v1.17.0) (2021-02-06)

### Bug Fixes

* Lint markdown files ([aa26445](aa26445))

### Features

* Add A stringified string example. Close [#113](#113) ([de081e4](de081e4))
* Add alert from hell. Close [#55](#55) ([1d973b9](1d973b9))
* Add an example with arguments. Close [#35](#35) ([1289b0c](1289b0c))
* Add an infinite timeout example. Close [#61](#61) ([f356deb](f356deb))
* Add comparison table. Close [#107](#107) ([c40b0df](c40b0df))
* Add double dot example. Close [#124](#124) ([597b5ee](597b5ee))
* Add example with Math.min and Math.max. Close [#23](#23). ([ad120b2](ad120b2))
* Add Extra Newness. Close [#78](#78) ([81316dc](81316dc))
* Add Split a string by a space. Close [#171](#171) ([827da42](827da42))
* Add Why you should use semicolons. Close [#112](#112) ([7488b34](7488b34))
* Non-strict comparison of a number to true. Close [#135](#135) ([0242818](0242818))
  • Loading branch information
semantic-release-bot committed Feb 6, 2021
1 parent 0242818 commit b25f4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wtfjs",
"version": "1.16.0",
"version": "1.17.0",
"description": "A list of funny and tricky JavaScript examples",
"bin": {
"wtfjs": "wtfjs.js"
Expand Down

0 comments on commit b25f4cf

Please sign in to comment.