From d6978862ec80b02b13ff1bdbaab20664e554a481 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 26 Jun 2018 12:27:02 +0300 Subject: [PATCH] chore(release): 4.5.3 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0509ece5..17af6f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.5.3](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.2...v4.5.3) (2018-06-26) + + + ## [4.5.2](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v4.5.2) (2018-06-26) diff --git a/package-lock.json b/package-lock.json index 586209fc..9f2b3072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "copy-webpack-plugin", - "version": "4.5.2", + "version": "4.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 857b9404..2cfd48ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-webpack-plugin", - "version": "4.5.2", + "version": "4.5.3", "description": "Copy files && directories with webpack", "author": "Len Boyette", "license": "MIT",