Skip to content

Commit

Permalink
Merge pull request #281 from dequelabs/master
Browse files Browse the repository at this point in the history
chore: merge master into develop
  • Loading branch information
stephenmathieson authored Nov 28, 2022
2 parents 5d7e4b0 + e64db2f commit 343efa9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https:/conventional-changelog/standard-version) for commit guidelines.

### [4.5.1](https:/dequelabs/axe-core-gems/compare/v4.4.1...v4.5.1) (2022-11-21)


### Features

* upgrade to use [email protected] ([#259](https:/dequelabs/axe-core-gems/issues/259)) ([0506e1f](https:/dequelabs/axe-core-gems/commit/0506e1f69d38b7cc871128ad037aeb440fc8d1e4))


### Bug Fixes

* only set allowedOrigin when needed ([#248](https:/dequelabs/axe-core-gems/issues/248)) ([8fa09ad](https:/dequelabs/axe-core-gems/commit/8fa09ade10a3a9fa17681aea63742fe908675612))
* update to use axe-core 4.5.1 ([#263](https:/dequelabs/axe-core-gems/issues/263)) ([abce5a5](https:/dequelabs/axe-core-gems/commit/abce5a58975a0bbc837aa0547bb0072be44a36dc))
* update to use axe-core 4.5.2 ([#269](https:/dequelabs/axe-core-gems/issues/269)) ([6c1e542](https:/dequelabs/axe-core-gems/commit/6c1e5421ed7b19578a11b7c03438ecaeae6438ca))

## [4.5.0](https:/dequelabs/axe-core-gems/compare/v4.3.2...v4.5.0) (2022-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-gems",
"version": "4.5.0",
"version": "4.5.1",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this version is used by all the packages

module AxeCoreGems
VERSION = "4.5.0"
VERSION = "4.5.1"
end

0 comments on commit 343efa9

Please sign in to comment.