Skip to content

Commit

Permalink
chore: Update from master (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored and jeeyyy committed Mar 6, 2019
1 parent 594f91e commit 1da0eb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [3.2.1](https://github.com/dequelabs/axe-core/compare/v3.2.0...v3.2.1) (2019-03-06)

### Bug Fixes

- Avoid require conflict with Cypress [[#1405](https://github.com/dequelabs/axe-core/issues/1405)](<[#1406](https://github.com/dequelabs/axe-core/issues/1406)>) ([30aa570](https://github.com/dequelabs/axe-core/commit/30aa570))

# [3.2.0](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.2.0) (2019-03-04)

### Bug Fixes
Expand Down
10 changes: 2 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core",
"version": "3.2.0",
"version": "3.2.1",
"contributors": [
{
"name": "David Sturley",
Expand Down Expand Up @@ -35,12 +35,6 @@
"main": "axe.js",
"typings": "axe.d.ts",
"license": "MPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"test",
"build",
"typings"
],
"ignore": ["**/.*", "node_modules", "test", "build", "typings"],
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "3.2.0",
"version": "3.2.1",
"license": "MPL-2.0",
"engines": {
"node": ">=4"
Expand Down
6 changes: 5 additions & 1 deletion sri-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@
"3.2.0": {
"axe.js": "sha256-wdCvSfDepBhwcvTqB0gm586ywpla6Yi81qLCHjegILM=",
"axe.min.js": "sha256-Tvf4toyAt1NFmmkuLsgStXW+4pcG5GG9ugopPoOvOwg="
},
"3.2.1": {
"axe.js": "sha256-VPX1ngRx0XWqC5BP9XdHoDd8YlbgXGK39cz14GBL9bg=",
"axe.min.js": "sha256-ynN9JxvxoI9VpL7IbdTVCUCLhy3N7Ygrnit2r7a2vK8="
}
}
}

0 comments on commit 1da0eb8

Please sign in to comment.