chore: update changelog

This commit is contained in:
maslow 2022-09-17 00:19:35 +08:00
parent d718d4c86a
commit f2c0ee4497
3 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,22 @@
# [](https://github.com/labring/laf/compare/v0.8.9...v) (2022-09-13)
# [](https://github.com/labring/laf/compare/v0.8.11...v) (2022-09-16)
## [0.8.11](https://github.com/labring/laf/compare/v0.8.10...v0.8.11) (2022-09-16)
### Features
* **app:** add xml parser to req ([198027c](https://github.com/labring/laf/commit/198027c5e95515b435fb72d12985a4c9b7e62a94))
## [0.8.10](https://github.com/labring/laf/compare/v0.8.9...v0.8.10) (2022-09-14)
### Features
* **runtime:** add request param to func context ([#290](https://github.com/labring/laf/issues/290)) ([c7865be](https://github.com/labring/laf/commit/c7865bed987fa83fef1d3680b0c560d3bd0c1126))

View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "app-service",
"version": "0.8.10",
"version": "0.8.11",
"dependencies": {
"@aws-sdk/client-s3": "^3.72.0",
"@aws-sdk/client-sts": "^3.72.0",

View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "instance-controller",
"version": "0.8.9",
"version": "0.8.10",
"dependencies": {
"@kubernetes/client-node": "^0.16.1",
"body-parser": "^1.19.0",