Skip to content

Commit

Permalink
chore(release): 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Feb 6, 2022
1 parent d5acf56 commit d2090db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.10.1](https://github.com/kinefi/subadapp/compare/v0.10.0...v0.10.1) (2022-02-06)

- Çalma listesine şarkı isminin yanına şarkı sözleri ifadesi eklendi [#73](https://github.com/kinefi/subadapp/issues/73)
- Albümler sayfası kaldırıldı [#72](https://github.com/kinefi/subadapp/issues/72)
- Tüm şarkılara tıklanınca tüm şarkılar görüntüleniyor [#71](https://github.com/kinefi/subadapp/issues/71)

## [0.10.0](https://github.com/kinefi/subadapp/compare/v0.9.6...v0.10.0) (2022-01-29)

- Önceki ve sonraki şarkılar rastgele seçilirken boşa tıklama hatası giderildi [#53](https://github.com/kinefi/subadapp/issues/53)
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "ŞUBADAPP",
"slug": "subadapp",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"githubUrl": "https://github.com/kinefi/subadapp",
"owner": "kinefi",
Expand All @@ -22,7 +22,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.10.0",
"buildNumber": "0.10.1",
"bundleIdentifier": "subadapp"
},
"android": {
Expand All @@ -31,7 +31,7 @@
"backgroundColor": "#FFFFFF"
},
"package": "org.subadapp",
"versionCode": 440001000
"versionCode": 440001001
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "node_modules/expo/AppEntry.js",
"license": "Apache-2.0",
"version": "0.10.0",
"version": "0.10.1",
"repository": {
"type": "git",
"url": "https://github.com/kinefi/subadapp.git"
Expand Down

0 comments on commit d2090db

Please sign in to comment.