We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173156f commit 44a44a7Copy full SHA for 44a44a7
2 files changed
package/changelogs/CHANGELOG-1.1.0-beta.1.md
@@ -0,0 +1,6 @@
1
+## [1.1.0-beta.1](https://github.com/frontkom/block-react-parser/compare/v1.0.0...v1.1.0-beta.1) (2024-03-06)
2
+
3
4
+### Features
5
6
+* add dist folder to .gitignore ([15422a5](https://github.com/frontkom/block-react-parser/commit/15422a58a7a9c39bc450607b3fd8c46eb10e6d0e))
package/package.json
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/package.json",
"name": "@frontkom/block-react-parser",
- "version": "1.0.0",
+ "version": "1.1.0-beta.1",
"description": "Gutenberg-generated HTML to React parser.",
"main": "dist/index.js",
7
"module": "dist/index.js",
0 commit comments