Skip to content

Commit

Permalink
chore(main): release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Jan 3, 2024
1 parent 50f0755 commit 6e7befb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.4](https://github.com/gravity-ui/app-builder/compare/v0.8.3...v0.8.4) (2024-01-03)


### Features

* **s3-upload:** pass logger to s3 uploader ([#113](https://github.com/gravity-ui/app-builder/issues/113)) ([50f0755](https://github.com/gravity-ui/app-builder/commit/50f075535b088db535eb77e2e761ca12b7176462))


### Bug Fixes

* **S3UploadPlugin:** do not upload files if compilation finished with errors ([#111](https://github.com/gravity-ui/app-builder/issues/111)) ([e6d63e1](https://github.com/gravity-ui/app-builder/commit/e6d63e10755a961ef4b735a460fe2ca583af759d))

## [0.8.3](https://github.com/gravity-ui/app-builder/compare/v0.8.2...v0.8.3) (2023-11-24)


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": "@gravity-ui/app-builder",
"version": "0.8.3",
"version": "0.8.4",
"description": "Develop and build your React client-server projects, powered by typescript and webpack",
"license": "MIT",
"type": "commonjs",
Expand Down

0 comments on commit 6e7befb

Please sign in to comment.