Skip to content

Commit be3eabf

Browse files
committed
chore(release): 1.8.1
1 parent d7c7be4 commit be3eabf

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.8.1](https://github.com/Nexters/Sticky_iOS/compare/v1.8.0...v1.8.1) (2021-01-30)
6+
7+
8+
### Bug Fixes
9+
10+
* **root-view:** 집 주소 설정 시 main 시작, 주소 재설정 시 화면 처리 ([f938b46](https://github.com/Nexters/Sticky_iOS/commit/f938b4636961d7b1595c8061221980e2e4dffe47))
11+
512
## [1.8.0](https://github.com/Nexters/Sticky_iOS/compare/v1.7.1...v1.8.0) (2021-01-29)
613

714

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
"$(inherited)",
823823
"@executable_path/Frameworks",
824824
);
825-
MARKETING_VERSION = 1.8.0;
825+
MARKETING_VERSION = 1.8.1;
826826
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
827827
PRODUCT_NAME = "$(TARGET_NAME)";
828828
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -847,7 +847,7 @@
847847
"$(inherited)",
848848
"@executable_path/Frameworks",
849849
);
850-
MARKETING_VERSION = 1.8.0;
850+
MARKETING_VERSION = 1.8.1;
851851
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
852852
PRODUCT_NAME = "$(TARGET_NAME)";
853853
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.8.0",
3+
"version": "1.8.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)