@instructure/canvas-rce 5.6.6 → 5.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- # 5.6.4 - 2022-11-15
7
+ # 5.6.6 - 2022-11-15
8
8
 
9
9
  ### Added
10
10
  - User content enhancement option for opening Canvas links in a new tab
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/canvas-rce",
3
- "version": "5.6.6",
3
+ "version": "5.6.7",
4
4
  "description": "A component wrapping canvas's common tinymce usage",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",