Skip to content

Commit 32d4692

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v1.6.0
1 parent 9487b7a commit 32d4692

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.6.0](https://github.com/FEMessage/nuxt-micro-frontend/compare/v1.5.0...v1.6.0) (2020-08-09)
6+
7+
8+
### Features
9+
10+
* support webpack.output config ([#18](https://github.com/FEMessage/nuxt-micro-frontend/issues/18)) ([e44447d](https://github.com/FEMessage/nuxt-micro-frontend/commit/e44447d9544ed2badb19b59d6529c5805674f799))
11+
12+
13+
### Bug Fixes
14+
15+
* test error ([#22](https://github.com/FEMessage/nuxt-micro-frontend/issues/22)) ([2f29018](https://github.com/FEMessage/nuxt-micro-frontend/commit/2f2901867e661275711830e0d188a646617b21a7))
16+
517
## [1.5.0](https://github.com/FEMessage/nuxt-micro-frontend/compare/v1.4.1...v1.5.0) (2020-04-30)
618

719

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@femessage/nuxt-micro-frontend",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Using front-end microservices with Nuxt",
55
"repository": "https://github.com/FEMessage/nuxt-micro-frontend",
66
"license": "MIT",

0 commit comments

Comments
 (0)