Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2019-12-23)

### Features

* Restrict Node.js to >= 10.9 ([3eaf142](3eaf142))

### BREAKING CHANGES

* Node.js >= 10.9 is required.
  • Loading branch information
ffflobot committed Dec 23, 2019
1 parent 3eaf142 commit 4e69880
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/ffflorian/DoubleLinkedList/compare/v2.1.0...v3.0.0) (2019-12-23)

### Features

- Restrict Node.js to >= 10.9 ([3eaf142](https://github.com/ffflorian/DoubleLinkedList/commit/3eaf14235286463578cb9bc65eafbb69e4251946))

### BREAKING CHANGES

- Node.js >= 10.9 is required.

# [2.1.0](https://github.com/ffflorian/DoubleLinkedList/compare/v2.0.2...v2.1.0) (2019-12-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"release": "semantic-release",
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
},
"version": "2.1.0"
"version": "3.0.0"
}

0 comments on commit 4e69880

Please sign in to comment.