Skip to content

Commit

Permalink
chore(main): release ember-tinymce 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
1 parent f83cef3 commit 1ff9eed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.3.0](https://github.com/linc-technologies/ember-tinymce/compare/ember-tinymce-v0.2.2...ember-tinymce-v0.3.0) (2024-04-22)


### Features

* allow the ability to configure a path when self-hosting (bundling) tinymce ([0baa082](https://github.com/linc-technologies/ember-tinymce/commit/0baa0824e5728305416bae6110202df133d9665a))
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": "ember-tinymce",
"version": "0.2.0",
"version": "0.3.0",
"description": "An ember addon to bring TinyMCE v5 to ambitious applications!",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 1ff9eed

Please sign in to comment.