Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2023-03-31)

### Bug Fixes

* fix validation of drag-enabled prop to avoid Vue warnings ([#205](#205)) ([9455989](9455989))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 9455989 commit eea8b14
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.1.1](https://github.com/jledentu/vue-finder/compare/v2.1.0...v2.1.1) (2023-03-31)


### Bug Fixes

* fix validation of drag-enabled prop to avoid Vue warnings ([#205](https://github.com/jledentu/vue-finder/issues/205)) ([9455989](https://github.com/jledentu/vue-finder/commit/9455989c4fb3581a9638d2ccbdc103d52b74a9e9))

# [2.1.0](https://github.com/jledentu/vue-finder/compare/v2.0.1...v2.1.0) (2023-03-30)


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.1.0",
"version": "2.1.1",
"license": "MIT",
"main": "dist/vue-finder.common.js",
"module": "dist/vue-finder.esm.js",
Expand Down

0 comments on commit eea8b14

Please sign in to comment.