diff --git a/CHANGELOG.md b/CHANGELOG.md index 1039d5e..a2ef321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/mattallty/Caporal.js/compare/v2.0.3...v2.0.4) (2023-08-27) + + +### Bug Fixes + +* **build:** Fix dist files inclusion glob 8d030f8 + ## [2.0.3](https://github.com/mattallty/Caporal.js/compare/v2.0.2...v2.0.3) (2023-08-27) diff --git a/package.json b/package.json index 7e7df23..36c2804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caporal/core", - "version": "2.0.3", + "version": "2.0.4", "description": "A full-featured framework for building command line applications (cli) with node.js", "main": "./dist/", "exports": {