We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98acf7 commit 61150fbCopy full SHA for 61150fb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.1.2](https://github.com/serverless-tencent/yaml-parser/compare/v0.1.1...v0.1.2) (2021-07-27)
2
+
3
4
+### Bug Fixes
5
6
+* support http component layer config ([bd1e28d](https://github.com/serverless-tencent/yaml-parser/commit/bd1e28d1a45cfc35620466766d0ee0c4be29c0c1))
7
8
## [0.1.1](https://github.com/serverless-tencent/yaml-parser/compare/v0.1.0...v0.1.1) (2021-06-17)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@slsplus/yaml-parser",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Yaml Parser for serverless.yml",
"main": "./dist/index.js",
"bin": {
0 commit comments