From 16185204f9f784e750d095e2b05d10c1c48b4d68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Apr 2020 14:59:05 +0000 Subject: [PATCH] chore(release): 1.8.2 [skip ci] ## [1.8.2](https://github.com/d2-projects/d2-admin/compare/v1.8.1...v1.8.2) (2020-04-18) ### Bug Fixes * **screenfull:** fix fullscreen bug ([4d96301](https://github.com/d2-projects/d2-admin/commit/4d963011448387af98a1cdbd4f98c5e4474ea497)), closes [#264](https://github.com/d2-projects/d2-admin/issues/264) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ba8497da2..22c1c6c48 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.2](https://github.com/d2-projects/d2-admin/compare/v1.8.1...v1.8.2) (2020-04-18) + + +### Bug Fixes + +* **screenfull:** fix fullscreen bug ([4d96301](https://github.com/d2-projects/d2-admin/commit/4d963011448387af98a1cdbd4f98c5e4474ea497)), closes [#264](https://github.com/d2-projects/d2-admin/issues/264) + # [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18) diff --git a/package.json b/package.json index dd29154b6..52b129f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.8.1", + "version": "1.8.2", "scripts": { "serve": "vue-cli-service serve --open", "start": "npm run serve",