From 5c18112b8c3fee62a5f3f9440ffda88899a2c461 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 5 Nov 2020 07:52:41 +0000 Subject: [PATCH] chore(release): 0.0.14 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24658c0..800b643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.14](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.13...v0.0.14) (2020-11-05) + ### [0.0.13](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.12...v0.0.13) (2020-11-04) diff --git a/package.json b/package.json index 5aeafa6..66eb8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.0.13", + "version": "0.0.14", "author": "nasum ", "scripts": { "build": "vue-cli-service build --target lib --name lapras-frontend ./src/main.ts",