Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.2...v3.0.0) (2022-08-22)

### Bug Fixes

* drag handle ([db1f740](db1f740))

### Features

* support Vue 3 ([d6e9559](d6e9559))

### BREAKING CHANGES

* do not support Vue 2
  • Loading branch information
semantic-release-bot committed Aug 22, 2022
1 parent d6e9559 commit 84bd89e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/jledentu/vue-finder/compare/v2.0.2...v3.0.0) (2022-08-22)


### Bug Fixes

* drag handle ([db1f740](https://github.com/jledentu/vue-finder/commit/db1f7406c7b98793db7b3eda65220930ab583d25))


### Features

* support Vue 3 ([d6e9559](https://github.com/jledentu/vue-finder/commit/d6e955943f41b67f8b5b21d0e9df0ff02c616d2d))


### BREAKING CHANGES

* do not support Vue 2

## [2.0.2](https://github.com/jledentu/vue-finder/compare/v2.0.1...v2.0.2) (2022-07-11)


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.0.2",
"version": "3.0.0",
"license": "MIT",
"main": "dist/vue-finder.umd.js",
"module": "dist/vue-finder.es.js",
Expand Down

0 comments on commit 84bd89e

Please sign in to comment.