Skip to content

Commit 57a060a

Browse files
committed
2.0.0
1 parent c6bc9ed commit 57a060a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
1.0.0 2015-09-10
216
================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-pad-array",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Function to fill an array in Javascript",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)