Skip to content

Commit

Permalink
chore(release): 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 19, 2021
1 parent a187adb commit 4011275
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.20.2](https://github.com/Nexters/Sticky_iOS/compare/v1.20.1...v1.20.2) (2021-02-19)


### Bug Fixes

* **share-card:** 공유 화면 시간 연동 버그 수정 ([db98f83](https://github.com/Nexters/Sticky_iOS/commit/db98f83ca933d5a6fc2029df2f89404561ff0366))
* 공유 화면 시간관련 버그 수정 ([47f9ecd](https://github.com/Nexters/Sticky_iOS/commit/47f9ecdc6eca8e7ae4609c5592bfdeca788c86c5))
* **share-card:** challenge state -> share view model로 변경 ([e546586](https://github.com/Nexters/Sticky_iOS/commit/e5465868f5a431fe708f70903ec88438d70e26bf))

### [1.20.1](https://github.com/Nexters/Sticky_iOS/compare/v1.20.0...v1.20.1) (2021-02-19)


Expand Down
4 changes: 2 additions & 2 deletions Sticky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.1;
MARKETING_VERSION = 1.20.2;
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1121,7 +1121,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.1;
MARKETING_VERSION = 1.20.2;
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sticky",
"version": "1.20.1",
"version": "1.20.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4011275

Please sign in to comment.