Skip to content

Commit a1a4783

Browse files
authored
update dependencies and bump version (#123)
1 parent 7dc029a commit a1a4783

File tree

3 files changed

+348
-16
lines changed

3 files changed

+348
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.1.1] - 2022-08-10
10+
### Changed
11+
- Updated dependency versions
12+
913
## [4.1.0] - 2022-08-09
1014
### Added
1115
- A new configurable rule that informs users to not use H1 headings

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce-a11y-checker",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "An accessibility checker plugin for TinyMCE.",
55
"main": "lib/plugin.js",
66
"module": "lib/modules/plugin.js",
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@instructure/canvas-theme": "^7.6.0",
6464
"@instructure/ui-a11y-content": "^7.6.0",
65-
"@instructure/ui-alerts": "7.6.0",
65+
"@instructure/ui-alerts": "^7.6.0",
6666
"@instructure/ui-buttons": "^7.6.0",
6767
"@instructure/ui-checkbox": "^7.6.0",
6868
"@instructure/ui-grid": "^7.6.0",

0 commit comments

Comments
 (0)