Skip to content

Commit 6828cb9

Browse files
committed
README updates
1 parent dc7bd55 commit 6828cb9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ var getobject = require('getobject');
1313
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/).
1414

1515
## Release History
16-
_(Nothing yet)_
16+
17+
* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282.
18+
* 21/11/2013 - 0.1.0 Release.
1719

1820
## License
1921
Copyright (c) 2013 "Cowboy" Ben Alman

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"main": "lib/getobject",
2424
"engines": {
25-
"node": ">= 0.8.0"
25+
"node": ">=10"
2626
},
2727
"scripts": {
2828
"test": "grunt nodeunit"

0 commit comments

Comments
 (0)