From 02e43d0fc452705d5e186738575e6299b5ab8693 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Oct 2020 04:51:37 +0000 Subject: [PATCH] release(travis): Release 3.0.14 [skip ci] ## [3.0.14](https://github.com/randytarampi/lwip/compare/v3.0.13...v3.0.14) (2020-10-21) ### Bug Fixes * upgrade snyk from 1.415.0 to 1.416.0 ([c48a917](https://github.com/randytarampi/lwip/commit/c48a917da029e509e0f7aae93aac20360752a12b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29b8d46..d726fb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.14](https://github.com/randytarampi/lwip/compare/v3.0.13...v3.0.14) (2020-10-21) + + +### Bug Fixes + +* upgrade snyk from 1.415.0 to 1.416.0 ([c48a917](https://github.com/randytarampi/lwip/commit/c48a917da029e509e0f7aae93aac20360752a12b)) + ## [3.0.13](https://github.com/randytarampi/lwip/compare/v3.0.12...v3.0.13) (2020-10-20) diff --git a/package-lock.json b/package-lock.json index 7b157882..4f773f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@randy.tarampi/lwip", - "version": "3.0.13", + "version": "3.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e8df6ca..524b6dbe 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": "3.0.13", + "version": "3.0.14", "author": { "name": "Randy Tarampi", "email": "rt@randytarampi.ca",