From 3fef5c25c729c06b8fc8f4b5611ccb5f99da3a3f Mon Sep 17 00:00:00 2001 From: Donnie D'Amato Date: Thu, 25 Jun 2020 09:44:50 -0400 Subject: [PATCH] 1.3.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f9469..58acdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.3.4](https://github.com/ddamato/savager/compare/v1.3.3...v1.3.4) + +> 25 June 2020 + +- Resolve path [`e539b3d`](https://github.com/ddamato/savager/commit/e539b3d8b1a00c667ce26641523c3632fc7c337a) + #### [v1.3.3](https://github.com/ddamato/savager/compare/v1.3.2...v1.3.3) > 25 June 2020 diff --git a/package-lock.json b/package-lock.json index 9e0a513..45803f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "savager", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a678cc..b942d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "savager", - "version": "1.3.3", + "version": "1.3.4", "description": "SVG Manager Solution", "main": "dist/savager.umd.js", "module": "dist/savager.esm.js",