From 163e6acba2b85db2f18bf97cfcf54b85452798ce Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Dec 2022 00:49:44 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c592020..7fcb96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1.0](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.50...v0.1.0) (2022-12-02) + + +### ⚠ BREAKING CHANGES + +* Vueのアップデート + +### Bug Fixes + +* **protectedlink:** vue2.7から_や$で変数名を始めたらダメになったため修正 ([199fe25](https://github.com/lapras-inc/lapras-frontend/commit/199fe257b1f6d05efbb6801ac551410bbeea8943)) + + +* vueを2.7にアップデート ([82dc88b](https://github.com/lapras-inc/lapras-frontend/commit/82dc88b3deb8ae39a8d4f0762ed0730791956286)) + ### [0.0.50](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.49...v0.0.50) (2022-11-08) diff --git a/package.json b/package.json index 4086661..eafadf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.0.50", + "version": "0.1.0", "author": "nasum ", "scripts": { "build": "npm run build:types && npm run build:vue",