Skip to content

Commit

Permalink
Release 4.2.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiberaw committed Feb 21, 2023
1 parent ad331a1 commit e04a1e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0-0] - 2023-02-21

## [4.2.0-0] - 2023-02-21
### Added
* Upgrade @embroider/addon-dev from 2.0.0 to 3.0.0 in /addon
Expand Down Expand Up @@ -85,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Run on init function after setup config

[4.2.0-0]: https://github.com/concordnow/tinymce-ember/compare/v4.1.0-0...v4.2.0-0
[4.1.0-0]: https://github.com/concordnow/tinymce-ember/compare/v4.0.0-1...v4.1.0-0
[4.0.0-1]: https://github.com/concordnow/tinymce-ember/compare/v4.0.0-0...v4.0.0-1
[4.0.0-0]: https://github.com/concordnow/tinymce-ember/compare/v3.0.2...v4.0.0-0
Expand All @@ -96,4 +99,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.2.0]: https://github.com/concordnow/tinymce-ember/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/concordnow/tinymce-ember/releases/tag/v1.1.0

[unreleased]: https://github.com/concordnow/tinymce-ember/compare/v4.1.0-0...HEAD
[unreleased]: https://github.com/concordnow/tinymce-ember/compare/v4.2.0-0...HEAD
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce-ember",
"version": "4.1.0-0",
"version": "4.2.0-0",
"description": "TinyMCE Ember addon",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.1.0-0",
"version": "4.2.0-0",
"description": "TinyMCE Ember addon",
"keywords": [
"tinymce",
Expand Down Expand Up @@ -66,7 +66,7 @@
"prettier": "^2.4.0",
"qunit": "^2.16.0",
"qunit-dom": "^2.0.0",
"tinymce-ember": "4.1.0-0",
"tinymce-ember": "4.2.0-0",
"webpack": "^5.75.0"
},
"engines": {
Expand Down

0 comments on commit e04a1e5

Please sign in to comment.