Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 8, 2020
1 parent db39986 commit 537efac
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.2.3](https://github.com/midwayjs/midway-faas/compare/v0.2.2...v0.2.3) (2020-01-08)


### Bug Fixes

* add package buildDir and sourceDir ([#14](https://github.com/midwayjs/midway-faas/issues/14)) ([db39986](https://github.com/midwayjs/midway-faas/commit/db3998621c6ad84b4ce5ab3b9d99091d4eebbdf9))





## [0.2.2](https://github.com/midwayjs/midway-faas/compare/v0.2.1...v0.2.2) (2020-01-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
}
},
"npmClient": "npm",
"version": "0.2.2"
"version": "0.2.3"
}
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-package/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.2.3](https://github.com/midwayjs/midway-faas/compare/v0.2.2...v0.2.3) (2020-01-08)


### Bug Fixes

* add package buildDir and sourceDir ([#14](https://github.com/midwayjs/midway-faas/issues/14)) ([db39986](https://github.com/midwayjs/midway-faas/commit/db3998621c6ad84b4ce5ab3b9d99091d4eebbdf9))





## [0.2.2](https://github.com/midwayjs/midway-faas/compare/v0.2.1...v0.2.2) (2020-01-08)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
Expand Down
2 changes: 1 addition & 1 deletion packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.2.3](https://github.com/midwayjs/midway-faas/compare/v0.2.2...v0.2.3) (2020-01-08)

**Note:** Version bump only for package @midwayjs/faas-cli





## [0.2.2](https://github.com/midwayjs/midway-faas/compare/v0.2.1...v0.2.2) (2020-01-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/faas-cli",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.2",
"@midwayjs/fcli-plugin-deploy": "^0.2.2",
"@midwayjs/fcli-plugin-fc": "^0.2.2",
"@midwayjs/fcli-plugin-invoke": "^0.2.2",
"@midwayjs/fcli-plugin-package": "^0.2.2",
"@midwayjs/fcli-plugin-package": "^0.2.3",
"@midwayjs/fcli-plugin-test": "^0.2.2"
},
"bin": {
Expand Down

0 comments on commit 537efac

Please sign in to comment.