Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2023-05-03)

### Bug Fixes

* lint and format ([thompsonsj#58](https://github.com/cloudbeds/slate-serializers/issues/58)) ([9ab446d](9ab446d))

### Features

* **slatetodom:** add encodeBreakingEntities option ([thompsonsj#57](https://github.com/cloudbeds/slate-serializers/issues/57)) ([e9040fa](e9040fa))
  • Loading branch information
semantic-release-bot committed May 3, 2023
1 parent 9ab446d commit c6cfd49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/cloudbeds/slate-serializers/compare/v1.0.1...v1.1.0) (2023-05-03)


### Bug Fixes

* lint and format ([#58](https://github.com/cloudbeds/slate-serializers/issues/58)) ([9ab446d](https://github.com/cloudbeds/slate-serializers/commit/9ab446da983b324976499693f49398871dd80ed1))


### Features

* **slatetodom:** add encodeBreakingEntities option ([#57](https://github.com/cloudbeds/slate-serializers/issues/57)) ([e9040fa](https://github.com/cloudbeds/slate-serializers/commit/e9040fa2074e2a7229d070ad831226f58e169780))

## [1.0.1](https://github.com/cloudbeds/slate-serializers/compare/v1.0.0...v1.0.1) (2023-03-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbeds/slate-serializers",
"version": "1.0.1",
"version": "1.1.0",
"description": "Serialize Slate JSON objects to HTML and vice versa. Define rules to modify the end result.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c6cfd49

Please sign in to comment.