Skip to content

Commit e37c96a

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2026-02-20) ### Features * 지역 선택 스텝 신규 지역 chip 5개 추가 ([#97](#97)) ([98d2575](98d2575)) ### Bug Fixes * 의견 수합 폼 스키마 검증 로직 개선 ([#96](#96)) ([447cc7f](447cc7f))
1 parent 00e50ed commit e37c96a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the YogiEat project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0](https://github.com/Nexters/yogieat/compare/v1.3.0...v1.4.0) (2026-02-20)
9+
10+
### Features
11+
12+
* 지역 선택 스텝 신규 지역 chip 5개 추가 ([#97](https://github.com/Nexters/yogieat/issues/97)) ([98d2575](https://github.com/Nexters/yogieat/commit/98d2575cbab481970502cfcdc5dd27710595d6dc))
13+
14+
### Bug Fixes
15+
16+
* 의견 수합 폼 스키마 검증 로직 개선 ([#96](https://github.com/Nexters/yogieat/issues/96)) ([447cc7f](https://github.com/Nexters/yogieat/commit/447cc7fca61c28bcf2dbf9a46e25ec7ef0afdfac))
17+
818
## [1.3.0-beta.2](https://github.com/Nexters/yogieat/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2026-02-20)
919

1020
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heareat",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)