Skip to content

Commit a921e89

Browse files
committed
chore(release): 1.7.0
1 parent 9206373 commit a921e89

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.7.0](https://github.com/Nexters/Sticky_iOS/compare/v1.6.0...v1.7.0) (2021-01-26)
6+
7+
8+
### Features
9+
10+
* **timer:** 타이머 ui 구현 ([0bf67a6](https://github.com/Nexters/Sticky_iOS/commit/0bf67a651d626da87d87e69ca3cee2cf11a6d09a))
11+
* **timer:** 타이머 기능 구현, 백그라운드 및 종료 시에도 시간 복구 기능 구현, 환경객체를 app 단위에서 관리 ([18fb54f](https://github.com/Nexters/Sticky_iOS/commit/18fb54fb23dd5ea03a1af21ed09e048ede42229a))
12+
13+
14+
### Bug Fixes
15+
16+
* fix error ([c930ddd](https://github.com/Nexters/Sticky_iOS/commit/c930ddd75f75cea5aef8f3e0ac2e46ab0e46a58b))
17+
518
## [1.6.0](https://github.com/Nexters/Sticky_iOS/compare/v1.5.0...v1.6.0) (2021-01-26)
619

720

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
"$(inherited)",
811811
"@executable_path/Frameworks",
812812
);
813-
MARKETING_VERSION = 1.6.0;
813+
MARKETING_VERSION = 1.7.0;
814814
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
815815
PRODUCT_NAME = "$(TARGET_NAME)";
816816
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -835,7 +835,7 @@
835835
"$(inherited)",
836836
"@executable_path/Frameworks",
837837
);
838-
MARKETING_VERSION = 1.6.0;
838+
MARKETING_VERSION = 1.7.0;
839839
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.18th.adng.Sticky;
840840
PRODUCT_NAME = "$(TARGET_NAME)";
841841
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.6.0",
3+
"version": "1.7.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)