Skip to content

Commit

Permalink
Release 0.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit committed Apr 27, 2022
1 parent a611ac4 commit 260e0a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@




## 0.56.2 (2022-04-27)

#### :bug: Bug Fix
* [#260](https://github.com/lblod/ember-rdfa-editor/pull/260) Fixed bug with making list at the end of the document ([@lagartoverde](https://github.com/lagartoverde))
* [#258](https://github.com/lblod/ember-rdfa-editor/pull/258) Fix bug that selection was wrong when creating en empty list ([@lagartoverde](https://github.com/lagartoverde))
* [#261](https://github.com/lblod/ember-rdfa-editor/pull/261) Fix textsearch on quads defined outside the root element ([@abeforgit](https://github.com/abeforgit))

#### Committers: 2
- Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde))


## 0.56.1 (2022-04-25)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion 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": "@lblod/ember-rdfa-editor",
"version": "0.56.1",
"version": "0.56.2",
"description": "Ember addon wrapping an RDFa editor with a public API",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 260e0a8

Please sign in to comment.