Skip to content

Commit

Permalink
Branch is ready for release - setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-james committed Mar 27, 2023
1 parent 8b4f6c6 commit e9e30bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 2.0.2 - 2023-03-27

### Fixed
- Updated CI library to latest
- Updated dependencies

## 2.0.1 - 2022-07-27

### Fixed
- Find an associated form even when in a nested shadow DOM.
- Updated dependencies to latest version

## 2.0.0 - 2022-04-08

### Changed
- License changed to MIT (from Apache 2) this matches TinyMCE 6 license
- Changed default cloudChannel to `'6'`.
Expand All @@ -23,27 +28,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated dependencies to latest available versions.

## 1.2.0 - 2021-03-11

### Fixed
- Updated dependencies to latest available versions.

## 1.1.0 - 2021-01-07

### Changed
- Converted demo server app to TypeScript.
- Updated dependencies.
- Added eslint.
- Adopted beehive-flow branching and versioning process/tooling.

## 1.0.2 - 2020-09-22

### Changed
- Updated dependencies to latest available versions

## 1.0.1 - 2020-08-31

### Added
- Added CDN demo.

### Changed
- Updated README.md

## 1.0.0 - 2020-08-27

### Added
- Initial release of web component wrapper around TinyMCE.
- Initial release of web component wrapper around TinyMCE.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"webpack": "^5.75.0"
},
"dependencies": {},
"version": "2.0.2-rc",
"version": "2.0.2",
"name": "@tinymce/tinymce-webcomponent"
}

0 comments on commit e9e30bd

Please sign in to comment.