Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille TJHOA committed Sep 14, 2021
1 parent 404b7fb commit 9e9699b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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]

## [2.0.0] - 2021-09-14

### Changed
- Bump Node requirement to v12 minimum
- Requires ember-auto-import >= 2
Expand Down Expand Up @@ -33,8 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Run on init function after setup config

[2.0.0]: https://github.com/concordnow/tinymce-ember/compare/v1.2.1...v2.0.0
[1.2.1]: https://github.com/concordnow/tinymce-ember/compare/v1.2.0...v1.2.1
[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/v1.2.1...HEAD
[Unreleased]: https://github.com/concordnow/tinymce-ember/compare/v2.0.0...HEAD
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": "tinymce-ember",
"version": "1.2.1",
"version": "2.0.0",
"description": "TinyMCE Ember addon",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9e9699b

Please sign in to comment.