Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
chore(release): 3.4.1 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
  • Loading branch information
straker and WilcoFiers committed Jun 16, 2020
1 parent 055dc2b commit 7f56878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.4.1](https://github.com/dequelabs/react-axe/compare/v3.4.0...v3.4.1) (2020-02-14)

### Bug Fixes

- **debounce:** make 3rd parameter a true debounce ([0503d5f](https://github.com/dequelabs/react-axe/commit/0503d5f1e17a1db6ad8f205ee122c4598755738b))

## [3.4.0](https://github.com/dequelabs/react-axe/compare/v3.3.0...v3.4.0) (2020-02-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-axe",
"version": "3.4.0",
"version": "3.4.1",
"description": "Dynamic accessibility analysis for React using axe-core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7f56878

Please sign in to comment.