Skip to content

Commit 2f22a84

Browse files
committed
chore(release): 1.18.1
1 parent a820426 commit 2f22a84

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.18.1](https://github.com/Nexters/Sticky_iOS/compare/v1.18.0...v1.18.1) (2021-02-17)
6+
7+
8+
### Bug Fixes
9+
10+
* 노티피케이션 챌린지 중, 나갈 때만 구현 ([1cd2330](https://github.com/Nexters/Sticky_iOS/commit/1cd23304b5f3cab901ee568b48ede55abb1e7dae))
11+
* 이미지 ([3a6546d](https://github.com/Nexters/Sticky_iOS/commit/3a6546d307ad4f0532ba1b4ec9eb6dd3a5088510))
12+
513
## [1.18.0](https://github.com/Nexters/Sticky_iOS/compare/v1.17.0...v1.18.0) (2021-02-16)
614

715

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
"$(inherited)",
10731073
"@executable_path/Frameworks",
10741074
);
1075-
MARKETING_VERSION = 1.18.0;
1075+
MARKETING_VERSION = 1.18.1;
10761076
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
10771077
PRODUCT_NAME = "$(TARGET_NAME)";
10781078
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1099,7 +1099,7 @@
10991099
"$(inherited)",
11001100
"@executable_path/Frameworks",
11011101
);
1102-
MARKETING_VERSION = 1.18.0;
1102+
MARKETING_VERSION = 1.18.1;
11031103
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
11041104
PRODUCT_NAME = "$(TARGET_NAME)";
11051105
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.18.0",
3+
"version": "1.18.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)