diff --git a/README.md b/README.md index 22d44d6..c4081d8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ var getobject = require('getobject'); In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History -_(Nothing yet)_ + +* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282. +* 21/11/2013 - 0.1.0 Release. ## License Copyright (c) 2013 "Cowboy" Ben Alman diff --git a/package.json b/package.json index 07a7000..538af9e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "main": "lib/getobject", "engines": { - "node": ">= 0.8.0" + "node": ">=10" }, "scripts": { "test": "grunt nodeunit"