From 5940e9a7ad4375963e69f0348f1812945f023749 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 13:17:31 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.4.0](https://github.com/mbti-nf-team/nextjs-starter/compare/v2.3.1...v2.4.0) (2024-10-07) ### Features * eslint 설정 추가 ([5479ab7](https://github.com/mbti-nf-team/nextjs-starter/commit/5479ab7062a13eaef9bedf726e89e8c40806ab0c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63aba06..e9dad61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harang-jennie/nextjs-starter", - "version": "2.3.1", + "version": "2.4.0", "description": "A Next.js starter kit App Router template with React v18 + Yarn berry + TypeScript + ESLint + Jest + Cypress + Github Actions", "license": "MIT", "author": "Harang",