Skip to content

Commit c4376ff

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v1.1.0
1 parent a01a3e1 commit c4376ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.1.0 (2020-03-04)
6+
7+
8+
### Features
9+
10+
* First Release ([#1](https://github.com/FEMessage/nuxt-micro-frontend/issues/1)) ([16dd93a](https://github.com/FEMessage/nuxt-micro-frontend/commit/16dd93ab25157dd0cb5fb10b5056c5809b24e38c))
11+
* 增加 mounted 和 beforeUnmount 两个钩子 ([#4](https://github.com/FEMessage/nuxt-micro-frontend/issues/4)) ([a01a3e1](https://github.com/FEMessage/nuxt-micro-frontend/commit/a01a3e142a13e7dc459ff1d45bd5c5138b52ce1c))

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