Skip to content

Commit

Permalink
Release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
driiftkiing committed Jun 23, 2023
1 parent 26b3096 commit 2fc5537
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokyodrift1993/youversion",
"version": "0.2.6",
"version": "0.2.7",
"description": "YouVersion workspace.",
"scripts": {
"lint": "eslint ./ --ext js,ts",
Expand Down

0 comments on commit 2fc5537

Please sign in to comment.