Skip to content

Commit

Permalink
Merge pull request #7 from frontkom/beta
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
krzysztofbranecki authored Mar 6, 2024
2 parents fa808c5 + 44a44a7 commit 9bdd323
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ yarn.lock
.DS_Store
lib
*.tgz
dist
6 changes: 6 additions & 0 deletions package/changelogs/CHANGELOG-1.1.0-beta.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.1.0-beta.1](https://github.com/frontkom/block-react-parser/compare/v1.0.0...v1.1.0-beta.1) (2024-03-06)


### Features

* add dist folder to .gitignore ([15422a5](https://github.com/frontkom/block-react-parser/commit/15422a58a7a9c39bc450607b3fd8c46eb10e6d0e))
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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",
"module": "dist/index.js",
Expand Down

0 comments on commit 9bdd323

Please sign in to comment.