From f7e93ecb6179a7e1ec5dbdccfb255d963f47eb6c Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Mon, 26 Apr 2021 23:09:52 +0530 Subject: [PATCH] chore(release): 2.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eab060..79978b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.4.3](https://github.com/samrith-s/parcel-plugin-structurize/compare/v2.4.0...v2.4.3) (2021-04-26) + + +### Bug Fixes + +* relative paths result in ENOENT ([7999314](https://github.com/samrith-s/parcel-plugin-structurize/commit/79993147e7b8c9a04c1d59284bc23c428b0b12b2)) + ### [2.4.2](https://github.com/samrith-s/parcel-plugin-structurize/compare/v2.4.0...v2.4.2) (2021-04-25) diff --git a/package.json b/package.json index c462ee1..62fc9e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-structurize", - "version": "2.4.2", + "version": "2.4.3", "description": "A Parcel plugin that lets you customize your output (dist) directory structure.", "author": "Samrith Shankar (https://twitter.com/tueieo)", "license": "MIT",