Skip to content

Commit 46fde3f

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v1.4.1
1 parent 9ce1de9 commit 46fde3f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.4.1](https://github.com/FEMessage/nuxt-micro-frontend/compare/v1.4.0...v1.4.1) (2020-04-23)
6+
7+
8+
### Bug Fixes
9+
10+
* better compatibility for hook ([d3f4522](https://github.com/FEMessage/nuxt-micro-frontend/commit/d3f4522579e156c735d40987c5f18b49a3ed9e78))
11+
* unmount function props parameter ([#14](https://github.com/FEMessage/nuxt-micro-frontend/issues/14)) ([8ec5489](https://github.com/FEMessage/nuxt-micro-frontend/commit/8ec54891e01df347b7a0ce5fe16aebd1020b11ad))
12+
513
## [1.4.0](https://github.com/FEMessage/nuxt-micro-frontend/compare/v1.3.0...v1.4.0) (2020-04-22)
614

715

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.4.0",
3+
"version": "1.4.1",
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)