Skip to content

Commit

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

### Features

* {}{} is undefined example ([619aba1](619aba1))
  • Loading branch information
semantic-release-bot committed Feb 3, 2021
1 parent 619aba1 commit d7771b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Currently, there are these translations of **wtfjs**:
- [Same variable redeclaration](#same-variable-redeclaration)
- [Default behavior Array.prototype.sort()](#default-behavior-arrayprototypesort)
- [resolve() won't return Promise instance](#resolve-wont-return-promise-instance)
- [```{}{}``` is undefined](#user-content--is-undefined)
- [`{}{}` is undefined](#-is-undefined)
- [📚 Other resources](#-other-resources)
- [🎓 License](#-license)

Expand Down
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.15.0",
"version": "1.16.0",
"description": "A list of funny and tricky JavaScript examples",
"bin": {
"wtfjs": "wtfjs.js"
Expand Down

0 comments on commit d7771b2

Please sign in to comment.