Skip to content

Commit 013da10

Browse files
committed
chore(release): 1.19.0
1 parent 7237062 commit 013da10

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0](https://github.com/Nexters/Sticky_iOS/compare/v1.18.1...v1.19.0) (2021-02-18)
6+
7+
8+
### Features
9+
10+
* **welcome-badge:** welcome 배지 획득 처리 ([c58793b](https://github.com/Nexters/Sticky_iOS/commit/c58793b8f463409e1eb650ff9610a2863942e523))
11+
512
### [1.18.1](https://github.com/Nexters/Sticky_iOS/compare/v1.18.0...v1.18.1) (2021-02-17)
613

714

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

0 commit comments

Comments
 (0)