From 4e698801ccf8cfcead0dba79c322e96d282573d4 Mon Sep 17 00:00:00 2001 From: ffflobot Date: Mon, 23 Dec 2019 13:35:32 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [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. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8dfec9..3427f5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 71d37583..4ce6b266 100644 --- a/package.json +++ b/package.json @@ -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" }