diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d96b6..3d69f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.4.18](https://github.com/lapras-inc/lapras-frontend/compare/v0.4.17...v0.4.18) (2024-11-28) + + +### Bug Fixes + +* packageのバージョンは自動採番のため、変更前に戻す ([ab62552](https://github.com/lapras-inc/lapras-frontend/commit/ab625523056a974fda5c14aa70af1a896a8bf16a)) + ### [0.4.17](https://github.com/lapras-inc/lapras-frontend/compare/v0.4.16...v0.4.17) (2024-11-12) diff --git a/package.json b/package.json index 80b07e8..04c568a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.4.17", + "version": "0.4.18", "author": "nasum ", "scripts": { "build": "npm run build:types && npm run build:vue",