Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Sep 20, 2022
1 parent 2570504 commit bd5cd3f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

## 0.1.4 (2022-09-20)

#### :bug: Bug Fix
* [#1](https://github.com/lblod/ember-rdfa-editor-generate-template-plugin/pull/1) Fix: use the htmlContent method instead of outerHTML ([@elpoelma](https://github.com/elpoelma))
* [#3](https://github.com/lblod/ember-rdfa-editor-generate-template-plugin/pull/3) Fix for ember test failing ([@elpoelma](https://github.com/elpoelma))

#### :house: Internal
* [#2](https://github.com/lblod/ember-rdfa-editor-generate-template-plugin/pull/2) Add eslint ([@lagartoverde](https://github.com/lagartoverde))

#### Committers: 2
- Elena Poelman ([@elpoelma](https://github.com/elpoelma))
- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde))

## 0.1.3 (2022-09-08)

## 0.1.2 (2022-09-01)
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": "@lblod/ember-rdfa-editor-generate-template-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit bd5cd3f

Please sign in to comment.