diff --git a/CHANGELOG.md b/CHANGELOG.md index f0725d3..5b468d5 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. +## [1.0.0-alpha.3](https://github.com/JoseVSeb/runtime-env/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-02-13) + + +### Bug Fixes + +* **build:** include missing files in dist dir ([5ad0bd4](https://github.com/JoseVSeb/runtime-env/commit/5ad0bd424dce70d623b79138c6a386c336d5a106)) + ## [1.0.0-alpha.2](https://github.com/JoseVSeb/runtime-env/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-02-13) diff --git a/package.json b/package.json index 204dda4..32ea91d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "runtime-env-cli", "author": "Jose V Sebastian", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "license": "MIT", "scripts": { "start": "tsx ./src/cli",