Skip to content

Commit

Permalink
chore: release v2.5.1 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jul 21, 2021
1 parent c0fc92a commit a1c684c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.5.1](https://github.com/vinayakkulkarni/v-image/compare/v2.5.0...v2.5.1) (2021-07-21)


### Bug Fixes

* **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([7cd6d91](https://github.com/vinayakkulkarni/v-image/commit/7cd6d91d54f3e3849388de8d6a841dc7375e4345))
* typing issue ([0ec8041](https://github.com/vinayakkulkarni/v-image/commit/0ec8041b4614e89b125105f5b30ce4bb8c6a60d1))


### Features

* emit a boolean when image is removed ([d70d4a2](https://github.com/vinayakkulkarni/v-image/commit/d70d4a283f544070ffa1c883aeb8a49781bbb6bf))



# [2.5.0](https://github.com/vinayakkulkarni/v-image/compare/v2.0.2...v2.5.0) (2021-07-20)


Expand Down
24 changes: 21 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-image",
"description": "Tiny little component for input type=file.",
"version": "2.5.0",
"version": "2.5.1",
"private": false,
"main": "dist/v-image.cjs.js",
"module": "dist/v-image.esm.js",
Expand Down

0 comments on commit a1c684c

Please sign in to comment.