diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b783731..06f87657 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.1](https://github.com/ghost-fvtt/foundry-publish/compare/v2.4.0...v2.4.1) (2023-11-05) + + +### Bug Fixes + +* improve error checking in new flow ([1ea67b8](https://github.com/ghost-fvtt/foundry-publish/commit/1ea67b860abdb512382624c10e48347c470c81db)) + ## [2.4.0](https://github.com/ghost-fvtt/foundry-publish/compare/v2.3.0...v2.4.0) (2023-11-05) diff --git a/package-lock.json b/package-lock.json index 0f0ea106..f708af8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ghost-fvtt/foundry-publish", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5ecdc28d..0bcc00b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ghost-fvtt/foundry-publish", - "version": "2.4.0", + "version": "2.4.1", "description": "A tool to publish packages for Foundry Virtual Tabletop", "main": "./dist/index.js", "bin": {