Skip to content

Commit

Permalink
Merge pull request #83 from mrzmyr/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 1.66.0
  • Loading branch information
mrzmyr authored Dec 21, 2022
2 parents 37a2149 + f2e6fb4 commit 613dae0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [1.66.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.65.2...v1.66.0) (2022-12-21)


### Features

* replace `Stichwörter` mit `Schlagwörter` ([1224877](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/1224877ed37d66bbbb0f4eb97c0ee25fd86c782b))


### Bug Fixes

* `Schlagwörter` de translation ([178b2e2](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/178b2e22b87ed1d292ff174d1c570155fbac01a5))
* remove confusing add missing emotion button ([37a2149](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/37a21499e6274a5e74254c6488f6976ba9814c32))

## [1.65.2](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.65.1...v1.65.2) (2022-12-21)


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": "Pixy",
"slug": "pixy-mood-tracker",
"version": "1.65.2",
"version": "1.66.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.65.2",
"buildNumber": "1.66.0",
"supportsTablet": false,
"appStoreUrl": "https://apps.apple.com/de/app/pixy-mood-tracker/id1605327124",
"infoPlist": {
Expand All @@ -34,7 +34,7 @@
},
"android": {
"package": "com.devmood.pixymoodtracker",
"versionCode": 460016502,
"versionCode": 460016600,
"allowBackup": false,
"permissions": [],
"icon": "./assets/images/icon.png",
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": "pixel-tracker",
"version": "1.65.2",
"version": "1.66.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --dev-client",
Expand Down

0 comments on commit 613dae0

Please sign in to comment.