Skip to content

Commit e4ef64f

Browse files
chore(main): release 2.0.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aacb968 commit e4ef64f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/codenaz/react-multiple-image-input/compare/1.0.0...v2.0.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* support typescript ([aacb968](https://github.com/codenaz/react-multiple-image-input/commit/aacb968f93a3dc270d32bf4b7f3bc9422dbdb0c4))
9+
* upgrade dependencies and image upload api ([d8b446d](https://github.com/codenaz/react-multiple-image-input/commit/d8b446dd7c0aeab96611b99a535a7f8a59e8750b))

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-multiple-image-input",
33
"description": "A package for uploading multiple images at a time in react",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"type": "module",

0 commit comments

Comments
 (0)