Skip to content

Commit

Permalink
chore(release): v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 28, 2024
1 parent ec5bb14 commit 6e1bcf3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v2.6.4

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.3...v2.6.4)

### 🩹 Fixes

- Update sql-wasm ([6d6e4e9](https://github.com/Yizack/saldometrobus-app/commit/6d6e4e9))

### 🏡 Chore

- Updates and migrations ([12e09b2](https://github.com/Yizack/saldometrobus-app/commit/12e09b2))
- Lint ([cee148c](https://github.com/Yizack/saldometrobus-app/commit/cee148c))
- Husky install dep ([e28409a](https://github.com/Yizack/saldometrobus-app/commit/e28409a))
- Vscode update ([3e60047](https://github.com/Yizack/saldometrobus-app/commit/3e60047))
- Self cache api requests with preferences ([20f0e45](https://github.com/Yizack/saldometrobus-app/commit/20f0e45))
- Remove unnecessary eslint ignores ([782a529](https://github.com/Yizack/saldometrobus-app/commit/782a529))
- Update dependencies ([52f6f56](https://github.com/Yizack/saldometrobus-app/commit/52f6f56))
- Updates ([ec5bb14](https://github.com/Yizack/saldometrobus-app/commit/ec5bb14))

### ❤️ Contributors

- Yizack Rangel ([@Yizack](http://github.com/Yizack))

## v2.6.3

[compare changes](https://github.com/Yizack/saldometrobus-app/compare/v2.6.2...v2.6.3)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.yizack.saldometrobus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2006003
versionName "2.6.3"
versionCode 2006004
versionName "2.6.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
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": "saldometrobus-app",
"version": "2.6.3",
"version": "2.6.4",
"description": "Saldo Metrobús es un sitio de consultas de saldo y movimientos para las tarjetas de metro y metrobús de Panamá a cualquier hora del día.",
"author": "Yizack Rangel",
"license": "MIT",
Expand Down

0 comments on commit 6e1bcf3

Please sign in to comment.