Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Oct 26, 2024
1 parent 9a3ff1e commit 859aa8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.2 (2024-10-26)

- Upgrade axe-core to 4.10.2.

## 0.2.1 (2024-10-20)

- Upgrade axe-core to 4.10.1.
Expand Down
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.2.1", only: :test}
{:a11y_audit, "~> 0.2.2", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule A11yAudit.MixProject do
def project do
[
app: :a11y_audit,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 859aa8e

Please sign in to comment.