Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2023-12-22)

### Bug Fixes

* do not trap focus when virtualize: true ([594f501](594f501))
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent 594f501 commit 5468685
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/jledentu/vue-finder/compare/v2.2.0...v2.2.1) (2023-12-22)


### Bug Fixes

* do not trap focus when virtualize: true ([594f501](https://github.com/jledentu/vue-finder/commit/594f501c6b81cd1076c3990d787ab51f04dac9a4))

# [2.2.0](https://github.com/jledentu/vue-finder/compare/v2.1.2...v2.2.0) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jledentu/vue-finder",
"description": "A Vue.js component to display hierarchical data",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"main": "dist/vue-finder.common.js",
"module": "dist/vue-finder.esm.js",
Expand Down

0 comments on commit 5468685

Please sign in to comment.