Skip to content

Commit bc6560b

Browse files
chore(release): 1.22.0 [skip ci]
# [1.22.0](v1.21.2...v1.22.0) (2021-06-07) ### Features * A setTimeout object ([#210](#210)) ([156d265](156d265))
1 parent 156d265 commit bc6560b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Currently, there are these translations of **wtfjs**:
115115
- [`arguments` binding](#arguments-binding)
116116
- [An `alert` from hell](#an-alert-from-hell)
117117
- [An infinite timeout](#an-infinite-timeout)
118-
- [A setTimeout object](#a-settimeout-object)
118+
- [A `setTimeout` object](#a-settimeout-object)
119119
- [Double dot](#double-dot)
120120
- [Extra Newness](#extra-newness)
121121
- [Why you should use semicolons](#why-you-should-use-semicolons)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wtfjs",
3-
"version": "1.21.2",
3+
"version": "1.22.0",
44
"description": "A list of funny and tricky JavaScript examples",
55
"bin": {
66
"wtfjs": "wtfjs.js"

0 commit comments

Comments
 (0)