diff --git a/CHANGELOG.md b/CHANGELOG.md index f2beb43..cd5f014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.2.6](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.5...v0.2.6) +## [v0.2.7](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.6...v0.2.7) + +### Commits + +- (fix) add default value [`2453270`](https://github.com/tokyodrift1993/YouVersion/commit/2453270eb72848ebdb5dba97d0f8f9038ac6d165) +- (doc) how to supply newline char to template output [`26b3096`](https://github.com/tokyodrift1993/YouVersion/commit/26b3096367e4db8e6b3f920ed9144547b5c77a2c) + +## [v0.2.6](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.5...v0.2.6) - 2023-06-17 ### Commits diff --git a/apps/cli/package.json b/apps/cli/package.json index 5a24c8f..00e30d6 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tokyodrift1993/youversion-cli", - "version": "0.2.6", + "version": "0.2.7", "description": "Commandline helper for YouVersion.", "main": "./dist/cli/src/index.js", "bin": { diff --git a/package.json b/package.json index 1cccc41..3c60ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokyodrift1993/youversion", - "version": "0.2.6", + "version": "0.2.7", "description": "YouVersion workspace.", "scripts": { "lint": "eslint ./ --ext js,ts",