Skip to content

Commit

Permalink
Release 0.2.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 30, 2024
1 parent c6d2f00 commit ff9fc20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Every time axe-core gets a major/minor/patch upgrade, this project also gets a major/minor/patch upgrade. But this project can also have upgrades unrelated to axe-core, which follow semantic versioning. As a result, this project's versions will not match axe-core versions exactly. Refer to [package-lock.json](./assets/package-lock.json) to learn the exact axe-core version currently used, or read the changelog.

## 0.2.0 (2024-07-30)

- Upgrade axe-core to 4.10.0.

## 0.1.0 (2024-06-08)

- Initial release, using axe-core 4.9.1.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The library can be installed by adding `a11y_audit` to your list of dependencies
```elixir
def deps do
[
{:a11y_audit, "~> 0.1.0", only: :test}
{:a11y_audit, "~> 0.2.0", only: :test}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions priv/axe.min.js

Large diffs are not rendered by default.

0 comments on commit ff9fc20

Please sign in to comment.