Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 27, 2020
1 parent c3899d0 commit 760f30c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/midwayjs/midway/compare/v1.19.1...v1.20.0) (2020-05-27)


### Features

* Eslint contrib ([#496](https://github.com/midwayjs/midway/issues/496)) ([c3899d0](https://github.com/midwayjs/midway/commit/c3899d03e08cceb22ad3cb9b6c3785517de30e5d))





## [1.19.1](https://github.com/midwayjs/midway/compare/v1.19.0...v1.19.1) (2020-05-08)

**Note:** Version bump only for package midway
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
}
},
"npmClient": "npm",
"version": "1.19.1"
"version": "1.20.0"
}
11 changes: 11 additions & 0 deletions packages/eslint-midway-contrib/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/midwayjs/midway/compare/v1.19.1...v1.20.0) (2020-05-27)


### Features

* Eslint contrib ([#496](https://github.com/midwayjs/midway/issues/496)) ([c3899d0](https://github.com/midwayjs/midway/commit/c3899d03e08cceb22ad3cb9b6c3785517de30e5d))





## [1.18.4](https://github.com/midwayjs/midway/compare/v1.18.3...v1.18.4) (2020-04-02)

**Note:** Version bump only for package eslint-midway-contrib
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-midway-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-midway-contrib",
"version": "1.18.4",
"version": "1.20.0",
"description": "ESlint default rule for midway",
"keywords": [
"ECMAScript Style",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/midwayjs/midway/compare/v1.19.1...v1.20.0) (2020-05-27)

**Note:** Version bump only for package midway





## [1.19.1](https://github.com/midwayjs/midway/compare/v1.19.0...v1.19.1) (2020-05-08)

**Note:** Version bump only for package midway
Expand Down
2 changes: 1 addition & 1 deletion packages/midway/package.json
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "1.19.1",
"version": "1.20.0",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 760f30c

Please sign in to comment.