diff --git a/changelog.md b/changelog.md
index 6508328..0adce23 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## 1.0.0-beta.15 (2022-11-04)
+
+* Fix aware props must be available only to nested components
+
## 1.0.0-beta.14 (2022-11-03)
* Fix node attributes not string
diff --git a/docs-src/md/changelog.md b/docs-src/md/changelog.md
index 185275c..ca87897 100644
--- a/docs-src/md/changelog.md
+++ b/docs-src/md/changelog.md
@@ -1,3 +1,7 @@
+## 1.0.0-beta.15 (2022-11-04)
+
+* Fix aware props must be available only to nested components
+
## 1.0.0-beta.14 (2022-11-03)
* Fix node attributes not string
diff --git a/docs-src/pages/index.html b/docs-src/pages/index.html
index c5bd74d..f97c10a 100644
--- a/docs-src/pages/index.html
+++ b/docs-src/pages/index.html
@@ -14,7 +14,7 @@
Build the web with PostHTML
- Currently v1.0.0-beta.14
+ Currently v1.0.0-beta.15
·
Changelog
diff --git a/docs/demo.html b/docs/demo.html
index 354c79a..1748a41 100644
--- a/docs/demo.html
+++ b/docs/demo.html
@@ -77,6 +77,13 @@ Changelog
+
+
+ 1.0.0-beta.15 (2022-11-04)
+
+
+ - Fix aware props must be available only to nested components
+
1.0.0-beta.14 (2022-11-03)
diff --git a/docs/docs.html b/docs/docs.html
index 2286d1c..9d64151 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -1488,6 +1488,13 @@ Changelog
+
+
+ 1.0.0-beta.15 (2022-11-04)
+
+
+ - Fix aware props must be available only to nested components
+
1.0.0-beta.14 (2022-11-03)
diff --git a/docs/index.html b/docs/index.html
index 5749615..3caf5ec 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -59,7 +59,7 @@ Build the web with PostHTML
Currently
- v1.0.0-beta.14
+ v1.0.0-beta.15
·
Changelog
@@ -93,6 +93,13 @@ Changelog
+
+
+ 1.0.0-beta.15 (2022-11-04)
+
+
+ - Fix aware props must be available only to nested components
+
1.0.0-beta.14 (2022-11-03)
diff --git a/docs/test.html b/docs/test.html
index 19ba499..c963afd 100644
--- a/docs/test.html
+++ b/docs/test.html
@@ -259,6 +259,13 @@ Changelog
+
+
+ 1.0.0-beta.15 (2022-11-04)
+
+
+ - Fix aware props must be available only to nested components
+
1.0.0-beta.14 (2022-11-03)
diff --git a/package.json b/package.json
index 8780e40..2f5689f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "posthtml-component",
- "version": "1.0.0-beta.14",
+ "version": "1.0.0-beta.15",
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
"license": "MIT",
"repository": "thewebartisan7/posthtml-components",