Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2020-01-04)

### Features

* **i18n:** vue add i18n ([4dada18](4dada18))

### Performance Improvements

* **start-loading:** replace lodash delay to setTimeout ([c426227](c426227))
* use webpack code-splitting by dynamic-imports for start-loading page ([a0f9027](a0f9027))
  • Loading branch information
semantic-release-bot committed Jan 4, 2020
1 parent c426227 commit 4a54468
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/d2-projects/d2-advance/compare/v1.8.0...v1.9.0) (2020-01-04)


### Features

* **i18n:** vue add i18n ([4dada18](https://github.com/d2-projects/d2-advance/commit/4dada18a519d794b61b64a542602b0fdf3a7e3b8))


### Performance Improvements

* **start-loading:** replace lodash delay to setTimeout ([c426227](https://github.com/d2-projects/d2-advance/commit/c4262273b3cbf8d9436cff5dd6e804d51ba58dcd))
* use webpack code-splitting by dynamic-imports for start-loading page ([a0f9027](https://github.com/d2-projects/d2-advance/commit/a0f9027f9949c228c384440e7dc06fb73a12c5f3))

# [1.8.0](https://github.com/d2-projects/d2-advance/compare/v1.7.1...v1.8.0) (2019-12-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d2-projects/d2-advance",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"description": "Advanced, colourful front-end integration practice. be inspired by D2Admin :)",
"author": {
Expand Down

0 comments on commit 4a54468

Please sign in to comment.