Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent aa42e65 commit 6df2ee8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [5.0.0](https://github.com/valor-software/ng2-file-upload/compare/v4.0.0...v5.0.0) (2023-07-21)


### Features

* 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))



# [3.0.0](https://github.com/valor-software/ng2-file-upload/compare/v2.0.0-3...v3.0.0) (2022-12-12)


Expand Down
2 changes: 1 addition & 1 deletion libs/ng2-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload",
"version": "4.0.0",
"version": "5.0.0",
"description": "Angular file uploader",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
Expand Down
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,6 +1,6 @@
{
"name": "ng2-file-upload-demo",
"version": "3.0.0",
"version": "5.0.0",
"private": true,
"description": "Angular file upload directives",
"scripts": {
Expand Down

0 comments on commit 6df2ee8

Please sign in to comment.