From 60bd06611dd842857a3395d29c7f77218b0ee545 Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Mon, 26 Apr 2021 02:30:32 +0530 Subject: [PATCH] chore(release): 2.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0208d96..1eab060 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.2](https://github.com/samrith-s/parcel-plugin-structurize/compare/v2.4.0...v2.4.2) (2021-04-25) + + +### Bug Fixes + +* relative paths result in ENOENT ([7999314](https://github.com/samrith-s/parcel-plugin-structurize/commit/79993147e7b8c9a04c1d59284bc23c428b0b12b2)) + ### [2.4.1](https://github.com/samrith-s/parcel-plugin-structurize/compare/v2.4.0...v2.4.1) (2021-04-25) diff --git a/package.json b/package.json index 635fe4a..770611d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-structurize", - "version": "2.4.1", + "version": "2.4.2", "private": true, "description": "A Parcel plugin that lets you customize your output (dist) directory structure.", "author": "Samrith Shankar (https://twitter.com/tueieo)",