From cc394daa632b2d6020d90868ed0b4148edf51988 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 5 Nov 2020 08:28:26 +0000 Subject: [PATCH] chore(release): 0.0.17 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af33da..3fa99d0 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.17](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.16...v0.0.17) (2020-11-05) + ### [0.0.16](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.15...v0.0.16) (2020-11-05) ### [0.0.15](https://github.com/lapras-inc/lapras-frontend/compare/v0.0.14...v0.0.15) (2020-11-05) diff --git a/package.json b/package.json index 9a7d9c5..2b0d308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lapras-inc/lapras-frontend", - "version": "0.0.16", + "version": "0.0.17", "author": "nasum ", "scripts": { "build": "vue-cli-service build --target lib --name lapras-frontend ./src/main.ts",