Skip to content

Commit 6df2ee8

Browse files
committed
5.0.0
1 parent aa42e65 commit 6df2ee8

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [5.0.0](https://github.com/valor-software/ng2-file-upload/compare/v4.0.0...v5.0.0) (2023-07-21)
2+
3+
4+
### Features
5+
6+
* add angular 16 support([#1258](https://github.com/valor-software/ng2-file-upload/issues/1258)) ([1fe752d](https://github.com/valor-software/ng2-file-upload/commit/1fe752d9f0665568dee3340c47f7e0964635ab6a))
7+
8+
9+
110
# [3.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v3.0.0) (2022-12-12)
211

312

libs/ng2-file-upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-file-upload",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Angular file uploader",
55
"author": "Dmitriy Shekhovtsov <[email protected]>",
66
"license": "MIT",

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-file-upload-demo",
3-
"version": "3.0.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "Angular file upload directives",
66
"scripts": {

0 commit comments

Comments
 (0)