Skip to content

Commit

Permalink
chore: release v4.0.2 (#116)
Browse files Browse the repository at this point in the history
* chore: release v4.0.2

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent c323377 commit 0412409
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [4.0.2](https://github.com/uploadcare/ngx-uploadcare-widget/compare/v4.0.1...v4.0.2) (2024-08-27)


## [4.0.1](https://github.com/uploadcare/ngx-uploadcare-widget/compare/v4.0.0...v4.0.1) (2024-08-08)

No changes
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": "ngx-uploadcare-widget",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploadcare-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploadcare-widget",
"description": "Angular 2+ wrapper for Uploadcare Widget",
"version": "4.0.1",
"version": "4.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/uploadcare/ngx-uploadcare-widget.git"
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-uploadcare-widget/src/_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export interface TsAppVersion {
gitTag?: string;
};
export const versions: TsAppVersion = {
version: '4.0.1',
version: '4.0.2',
name: 'ngx-uploadcare-widget',
versionDate: '2024-08-08T16:14:55.388Z',
versionDate: '2024-08-27T07:23:04.176Z',
description: 'Angular 2+ wrapper for Uploadcare Widget',
};
export default versions;

0 comments on commit 0412409

Please sign in to comment.