Skip to content

Commit e17fe6a

Browse files
committed
chore(release): 1.20.0
1 parent 622c56c commit e17fe6a

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.20.0](https://github.com/Nexters/Sticky_iOS/compare/v1.19.1...v1.20.0) (2021-02-18)
6+
7+
8+
### Features
9+
10+
* **share-challenge:** 획득한 배지 공유 구현 ([2cd282f](https://github.com/Nexters/Sticky_iOS/commit/2cd282f42c92524b97682ee81c248fa53e43d08c))
11+
12+
13+
### Bug Fixes
14+
15+
* **get-badge:** 배지 획득 화면 전환 수정 ([ef7138f](https://github.com/Nexters/Sticky_iOS/commit/ef7138ff328055c32f7688ec2322c7069c2f4f54))
16+
* **map-marker:** 지도 마커 이미지 변경 ([ec1c4b5](https://github.com/Nexters/Sticky_iOS/commit/ec1c4b56eb201bf713e7a5cf68e281caa816b78a))
17+
* appicon ([953bfba](https://github.com/Nexters/Sticky_iOS/commit/953bfba94b38de048bc9ac4c877eb08279822c84))
18+
519
### [1.19.1](https://github.com/Nexters/Sticky_iOS/compare/v1.19.0...v1.19.1) (2021-02-18)
620

721

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.1;
1076+
MARKETING_VERSION = 1.20.0;
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.1;
1104+
MARKETING_VERSION = 1.20.0;
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.1",
3+
"version": "1.20.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)