Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent aacb968 commit e4ef64f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [2.0.0](https://github.com/codenaz/react-multiple-image-input/compare/1.0.0...v2.0.0) (2024-09-03)


### Features

* support typescript ([aacb968](https://github.com/codenaz/react-multiple-image-input/commit/aacb968f93a3dc270d32bf4b7f3bc9422dbdb0c4))
* upgrade dependencies and image upload api ([d8b446d](https://github.com/codenaz/react-multiple-image-input/commit/d8b446dd7c0aeab96611b99a535a7f8a59e8750b))
4 changes: 2 additions & 2 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": "react-multiple-image-input",
"description": "A package for uploading multiple images at a time in react",
"version": "1.0.0",
"version": "2.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"type": "module",
Expand Down

0 comments on commit e4ef64f

Please sign in to comment.