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](4d96301144)), closes [#264](https://github.com/d2-projects/d2-admin/issues/264)
This commit is contained in:
semantic-release-bot
2020-04-18 14:59:05 +00:00
parent 4d96301144
commit 16185204f9
2 changed files with 8 additions and 1 deletions

View File

@@ -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",