Skip to content

Commit

Permalink
Release 4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Sep 11, 2020
1 parent 50ef5f8 commit 20076e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v4.0.0-beta.1 (2020-09-11)

#### :boom: Breaking Change
* [#205](https://github.com/ember-a11y/ember-a11y-testing/pull/205) Remove audit components in favor of industry standard tools ([@scalvert](https://github.com/scalvert))

#### :rocket: Enhancement
* [#212](https://github.com/ember-a11y/ember-a11y-testing/pull/212) Adding ability to post violations via middleware ([@scalvert](https://github.com/scalvert))
* [#210](https://github.com/ember-a11y/ember-a11y-testing/pull/210) Adds custom reporter capability ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* [#213](https://github.com/ember-a11y/ember-a11y-testing/pull/213) Update dependency eslint-plugin-ember to v9 ([@renovate[bot]](https://github.com/apps/renovate))
* [#211](https://github.com/ember-a11y/ember-a11y-testing/pull/211) Update dependency release-it to v14 ([@renovate[bot]](https://github.com/apps/renovate))
* [#209](https://github.com/ember-a11y/ember-a11y-testing/pull/209) Update dependency ember-cli-typescript to v4 ([@renovate[bot]](https://github.com/apps/renovate))
* [#206](https://github.com/ember-a11y/ember-a11y-testing/pull/206) Update eslint to v4 (major) ([@renovate[bot]](https://github.com/apps/renovate))
* [#194](https://github.com/ember-a11y/ember-a11y-testing/pull/194) Update dependency typescript to v4 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v4.0.0-beta.0 (2020-08-31)

#### :boom: Breaking Change
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": "ember-a11y-testing",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "The future of accessibility testing in Ember",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 20076e4

Please sign in to comment.