We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bc9ed commit 57a060aCopy full SHA for 57a060a
2 files changed
History.md
@@ -1,3 +1,17 @@
1
+# [2.0.0](https://github.com/mljs/pad-array/compare/v1.0.0...v2.0.0) (2019-06-29)
2
+
3
4
+### chore
5
6
+* update dependencies and remove support for Node.js < 8 ([c6bc9ed](https://github.com/mljs/pad-array/commit/c6bc9ed))
7
8
9
+### BREAKING CHANGES
10
11
+* Node.js versions < 8 are no longer supported.
12
13
14
15
1.0.0 2015-09-10
16
================
17
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-pad-array",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "Function to fill an array in Javascript",
"main": "src/index.js",
"files": [
0 commit comments