Skip to content

Commit

Permalink
Release v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
driiftkiing committed Mar 15, 2024
1 parent beaac9b commit 3ea9e0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [Unreleased](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.8...HEAD)
## [Unreleased](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.9...HEAD)

### Commits

- (fix) add previous selector [`beaac9b`](https://github.com/tokyodrift1993/YouVersion/commit/beaac9ba96de469986d645f92845a5ee7b358f3d)

## [v0.2.9](https://github.com/tokyodrift1993/YouVersion/compare/v0.2.8...v0.2.9) - 2024-03-15

### 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.9",
"version": "0.2.10",
"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.9",
"version": "0.2.10",
"description": "YouVersion workspace.",
"scripts": {
"lint": "eslint ./ --ext js,ts",
Expand Down

0 comments on commit 3ea9e0d

Please sign in to comment.