From 3e6834b522b2225f30d401bbcc23e88a63ec56a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Aug 2020 20:26:15 +0000 Subject: [PATCH] release(travis): Release 3.0.0 [skip ci] # [3.0.0](https://github.com/randytarampi/lwip/compare/v2.0.2...v3.0.0) (2020-08-02) ### Features * **package:** Ignore node@8 test failures. ([b65f49f](https://github.com/randytarampi/lwip/commit/b65f49f47ea559053248d97a7930360eae29e9aa)) ### BREAKING CHANGES * **package:** And also formally drop node@8 support. It *should* still work on node@8 though. This is just a `devDependencies` incompatibility but bump this anyways... --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36e0084..81e572b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/randytarampi/lwip/compare/v2.0.2...v3.0.0) (2020-08-02) + + +### Features + +* **package:** Ignore node@8 test failures. ([b65f49f](https://github.com/randytarampi/lwip/commit/b65f49f47ea559053248d97a7930360eae29e9aa)) + + +### BREAKING CHANGES + +* **package:** And also formally drop node@8 support. It *should* still work on node@8 though. This is just a `devDependencies` incompatibility but bump this anyways... + ## [2.0.2](https://github.com/randytarampi/lwip/compare/v2.0.1...v2.0.2) (2020-05-04) diff --git a/package-lock.json b/package-lock.json index dfa209f8..b7dc2085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@randy.tarampi/lwip", - "version": "2.0.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c76bf162..2dd0daf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@randy.tarampi/lwip", "description": "Comprehensive, fast, and simple image processing and manipulation", - "version": "2.0.2", + "version": "3.0.0", "author": { "name": "Randy Tarampi", "email": "rt@randytarampi.ca",