diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8fab9..c4de38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.1](https://github.com/samrith-s/parcel-plugin-structurize/compare/v2.3.0...v2.3.1) (2020-12-14) + ## 2.3.0 (2020-12-05) diff --git a/package.json b/package.json index 5a97deb..4faae6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-structurize", - "version": "2.3.0", + "version": "2.3.1", "description": "A Parcel plugin that lets you customize your output (dist) directory structure.", "author": "Samrith Shankar (https://twitter.com/tueieo)", "license": "MIT",