Skip to content

Commit 40556d6

Browse files
authored
chore(release): v3.3.0 (#729)
1 parent 3367e88 commit 40556d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/html-template",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "HTML template for the AsyncAPI generator.",
55
"keywords": [
66
"asyncapi",
@@ -61,14 +61,14 @@
6161
"apiVersion": "v3",
6262
"generator": ">=2.0.0 <3.0.0",
6363
"conditionalGeneration": {
64-
"css": {
65-
"parameter": "singleFile",
64+
"css": {
65+
"parameter": "singleFile",
6666
"validation": {
6767
"const": "false"
6868
}
6969
},
70-
"js": {
71-
"parameter": "singleFile",
70+
"js": {
71+
"parameter": "singleFile",
7272
"validation": {
7373
"const": "false"
7474
}
@@ -148,4 +148,4 @@
148148
"^nimma/(.*)": "<rootDir>/node_modules/nimma/dist/cjs/$1"
149149
}
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)