diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebf7de5..104b85ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.3.1](https://github.com/dequelabs/axe-core-gems/compare/v4.3.0...v4.3.1) (2021-09-22) + + +### Bug Fixes + +* update error-handling link to correct url ([#212](https://github.com/dequelabs/axe-core-gems/issues/212)) ([5d6d4c3](https://github.com/dequelabs/axe-core-gems/commit/5d6d4c3702eef4c80544b588b7b7352442045b85)) + ## [4.3.0](https://github.com/dequelabs/axe-core-gems/compare/v4.2.1...v4.3.0) (2021-09-20) diff --git a/package.json b/package.json index cd2e34cd..88707cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axe-core-gems", - "version": "4.3.0", + "version": "4.3.1", "license": "MPL-2.0", "private": true, "repository": { diff --git a/version.rb b/version.rb index 73535595..7d4fbae1 100644 --- a/version.rb +++ b/version.rb @@ -1,5 +1,5 @@ # this version is used by all the packages module AxeCoreGems - VERSION = "4.3.0" + VERSION = "4.3.1" end