Skip to content

Commit

Permalink
Updated changelog and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Iwersen committed Dec 19, 2020
1 parent db03595 commit 04ef8b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,5 +1,12 @@
language: node_js
node_js:
- "node"
- "14"
- "13"
- "12"
- "11"
- "10"
- "9"
- "9"
- "8"
- "6"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -138,7 +138,7 @@ content = serializer.serialize({
## Changelog

### 2.1.2
* Fixed prototype pollution by ignoring `constructor`
* Fixed prototype pollution by ignoring `constructor` and `prototype`

### 2.1.1
* Fixed prototype pollution by ignoring `__proto__`
Expand Down

0 comments on commit 04ef8b2

Please sign in to comment.