Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.2...v1.22.0) (2021-06-07)

### Features

* A setTimeout object ([#210](#210)) ([156d265](156d265))
  • Loading branch information
semantic-release-bot committed Jun 7, 2021
1 parent 156d265 commit bc6560b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Currently, there are these translations of **wtfjs**:
- [`arguments` binding](#arguments-binding)
- [An `alert` from hell](#an-alert-from-hell)
- [An infinite timeout](#an-infinite-timeout)
- [A setTimeout object](#a-settimeout-object)
- [A `setTimeout` object](#a-settimeout-object)
- [Double dot](#double-dot)
- [Extra Newness](#extra-newness)
- [Why you should use semicolons](#why-you-should-use-semicolons)
Expand Down
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.21.2",
"version": "1.22.0",
"description": "A list of funny and tricky JavaScript examples",
"bin": {
"wtfjs": "wtfjs.js"
Expand Down

0 comments on commit bc6560b

Please sign in to comment.