Skip to content

Commit 955bb1b

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
1 parent 8965284 commit 955bb1b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.0.0-beta.1 (2024-02-29)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* change package version ([8965284](https://github.com/frontkom/block-react-parser/commit/8965284f9af8ffd2206f687d8cc18045bb1dd953))
7+
* **GGM-30:** add config for commitlint ([aec9154](https://github.com/frontkom/block-react-parser/commit/aec915438e6f00c5ff1028ed3c07a2157a0df85b))
8+
* **GGM-30:** add semantic release config ([6ead03c](https://github.com/frontkom/block-react-parser/commit/6ead03c081f08caed792b9bd96243b0bdb3265e9))
9+
* **GGM-30:** move all files to package folder ([1b0b00c](https://github.com/frontkom/block-react-parser/commit/1b0b00c062ad3dba31d1e930e38e2b3be84e5bb3))
10+
* **GGM-30:** remove folder dist ([f2166d2](https://github.com/frontkom/block-react-parser/commit/f2166d23db4d4906d505a075cc9ea9326d51d955))

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontkom/block-react-parser",
3-
"version": "0.1.0",
3+
"version": "1.0.0-beta.1",
44
"description": "Gutenberg-generated HTML to React parser.",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)