Skip to content

Commit

Permalink
chore: release-1.11.2 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 22, 2024
1 parent f1ef964 commit e01a8cd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.11.1",
"apps/backend": "1.4.2",
".": "1.11.2",
"apps/backend": "1.4.3",
"apps/frontend": "1.6.0",
"packages/shared": "1.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.2](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.11.1...v1.11.2) (2024-08-22)


### Bug Fixes

* **backend:** fix invalid regex on white route helper bb-11 ([#130](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/130)) ([f1ef964](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/f1ef9642ea3d3a59de8c2f44b8d02f88e40fe149))

## [1.11.1](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.11.0...v1.11.1) (2024-08-22)


Expand Down
7 changes: 7 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.3](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.4.2...backend-v1.4.3) (2024-08-22)


### Bug Fixes

* **backend:** fix invalid regex on white route helper bb-11 ([#130](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/130)) ([f1ef964](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/f1ef9642ea3d3a59de8c2f44b8d02f88e40fe149))

## [1.4.2](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.4.1...backend-v1.4.2) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"type": "module",
"version": "1.4.2",
"version": "1.4.3",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
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": "bebalance",
"version": "1.11.1",
"version": "1.11.2",
"type": "module",
"workspaces": [
"apps/backend",
Expand Down

0 comments on commit e01a8cd

Please sign in to comment.