Skip to content

Commit 44a44a7

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
1 parent 173156f commit 44a44a7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/package.json",
33
"name": "@frontkom/block-react-parser",
4-
"version": "1.0.0",
4+
"version": "1.1.0-beta.1",
55
"description": "Gutenberg-generated HTML to React parser.",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)