Skip to content

Commit

Permalink
chore(release): 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent 1c384da commit 0ffa619
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 1.2.5 (2024-08-28)

#### Bug Fixes

* infinite loop (42e8a55c)

#### Tests

* disable e2e (1c384da7)
* fix assertion (54e16706)
* remove unnecessary assertion (edab4180)

#### Code Refactoring

* remove unused code (8da614de)

#### Styles

* imports order (c413690f)

#### Chores

* **release:** 1.2.4 (382492d0)

#### Build

* bump axe-core (276b3631)


## 1.2.4 (2024-08-28)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"test": "vitest --exclude 'e2e'"
},
"type": "module",
"version": "1.2.4"
"version": "1.2.5"
}

0 comments on commit 0ffa619

Please sign in to comment.