From 5471551665b5f6d68cbe35e08317fdc6d4ec55c1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 25 Oct 2024 07:05:04 +0000 Subject: [PATCH] chore(release): 0.4.16 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c8b60..117d864 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.16](https://github.com/lapras-inc/lapras-frontend/compare/v0.4.15...v0.4.16) (2024-10-25) + + +### Bug Fixes + +* typesとdisabledをpropsで受け取るように修正 ([156960b](https://github.com/lapras-inc/lapras-frontend/commit/156960b92ed4e0d0adaadf2306838cdd10e2ef73)) + ### [0.4.15](https://github.com/lapras-inc/lapras-frontend/compare/v0.4.14...v0.4.15) (2024-10-25) diff --git a/package.json b/package.json index 4407a78..ded87f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.4.15", + "version": "0.4.16", "author": "nasum ", "scripts": { "build": "npm run build:types && npm run build:vue",