From 34bf9aa644a59b4ddc6768c00b88de843e08994d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Aug 2023 15:19:08 +0000 Subject: [PATCH] chore(release): 3.1.5 [skip ci] ## [3.1.5](https://github.com/mattallty/Caporal.js/compare/v3.1.4...v3.1.5) (2023-08-28) ### Bug Fixes * **build:** trying to fix exports 2f1d9ef --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931190b..068c4fd 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. +## [3.1.5](https://github.com/mattallty/Caporal.js/compare/v3.1.4...v3.1.5) (2023-08-28) + + +### Bug Fixes + +* **build:** trying to fix exports 2f1d9ef + ## [3.1.4](https://github.com/mattallty/Caporal.js/compare/v3.1.3...v3.1.4) (2023-08-28) ## [3.1.3](https://github.com/mattallty/Caporal.js/compare/v3.1.2...v3.1.3) (2023-08-28) diff --git a/package.json b/package.json index 84263b0..7753bf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caporal/core", - "version": "3.1.4", + "version": "3.1.5", "description": "A full-featured framework for building command line applications (cli) with node.js", "main": "./dist/index.js", "types": "./dist/index.d.ts",