Skip to content

Commit 842c4b8

Browse files
chore(release): 2.2.0-beta.2 [skip ci]
## [2.2.0-beta.2](v2.2.0-beta.1...v2.2.0-beta.2) (2026-03-22) ### Features * 결과 페이지 맛집 더 보기 기능 추가 및 레이아웃 개선 ([#127](#127)) ([1e85982](1e85982))
1 parent 1e85982 commit 842c4b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [2.2.0-beta.2](https://github.com/Nexters/yogieat/compare/v2.2.0-beta.1...v2.2.0-beta.2) (2026-03-22)
9+
10+
### Features
11+
12+
* 결과 페이지 맛집 더 보기 기능 추가 및 레이아웃 개선 ([#127](https://github.com/Nexters/yogieat/issues/127)) ([1e85982](https://github.com/Nexters/yogieat/commit/1e85982ba55ef3b400cb27b502d1c51e62374920))
13+
814
## [2.2.0-beta.1](https://github.com/Nexters/yogieat/compare/v2.1.5-beta.1...v2.2.0-beta.1) (2026-03-13)
915

1016
### 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": "2.2.0-beta.1",
3+
"version": "2.2.0-beta.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)