Skip to content

Commit ac11c57

Browse files
committed
chore(release): 1.19.1
1 parent 8b79b87 commit ac11c57

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
### [1.19.1](https://github.com/Nexters/Sticky_iOS/compare/v1.19.0...v1.19.1) (2021-02-18)
6+
7+
8+
### Bug Fixes
9+
10+
* appicon ([6d46a9e](https://github.com/Nexters/Sticky_iOS/commit/6d46a9ec9eb5f90f81ca3f21e5bada82016257bb))
11+
* exit 처리 횟수 3회 -> 10회 ([87eda1a](https://github.com/Nexters/Sticky_iOS/commit/87eda1ae2616b45df0a9721d8bd31793c2247e7e))
12+
* image ([607fc2f](https://github.com/Nexters/Sticky_iOS/commit/607fc2fff66160a7ad8b4c3daf8f56360639fcf8))
13+
* image (1x, 2x, 3x) ([ac35067](https://github.com/Nexters/Sticky_iOS/commit/ac35067edf7a3349923d0b3a99c85fc3fef53647))
14+
* location exit error ([c3b0395](https://github.com/Nexters/Sticky_iOS/commit/c3b03953a6a73cdec2bbd2e6150becda160254cd))
15+
* locationmanager ([cc9481a](https://github.com/Nexters/Sticky_iOS/commit/cc9481a0477de3faff665bffc75c73b579866266))
16+
* newslide .bottom ([2c461a2](https://github.com/Nexters/Sticky_iOS/commit/2c461a21ef6887ee9ea0b0a2207ae8eeb10c660c))
17+
* newslide padding ([7816f90](https://github.com/Nexters/Sticky_iOS/commit/7816f909fc68e3bc250ac3029f1ae8dfedb9c35b))
18+
* 노티 title, description ([a5def34](https://github.com/Nexters/Sticky_iOS/commit/a5def34dbf64bcabb2bda45f9b8a312406cd468d))
19+
* 뱃지 획득 Height 조절 ([2b6b4de](https://github.com/Nexters/Sticky_iOS/commit/2b6b4de5d1d07c08dc7a361738a81961a6ed5596))
20+
* 외출복귀 버튼 집이 아니어도 active ([46f6e0c](https://github.com/Nexters/Sticky_iOS/commit/46f6e0cd969c2995046f3a643f5c9dbe35140758))
21+
* 처음 앱 시작시, notAtHome -> notRunning 상태 수정 ([7627a96](https://github.com/Nexters/Sticky_iOS/commit/7627a96816de766e5f08960a6b478d37afcf59da))
22+
523
## [1.19.0](https://github.com/Nexters/Sticky_iOS/compare/v1.18.1...v1.19.0) (2021-02-18)
624

725

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
"$(inherited)",
10741074
"@executable_path/Frameworks",
10751075
);
1076-
MARKETING_VERSION = 1.19.0;
1076+
MARKETING_VERSION = 1.19.1;
10771077
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
10781078
PRODUCT_NAME = "$(TARGET_NAME)";
10791079
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1101,7 +1101,7 @@
11011101
"$(inherited)",
11021102
"@executable_path/Frameworks",
11031103
);
1104-
MARKETING_VERSION = 1.19.0;
1104+
MARKETING_VERSION = 1.19.1;
11051105
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
11061106
PRODUCT_NAME = "$(TARGET_NAME)";
11071107
PROVISIONING_PROFILE_SPECIFIER = "";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sticky",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)