Skip to content

Commit

Permalink
chore: release 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 27, 2024
1 parent b5d4f4d commit a6a13d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.50.0"
".": "1.50.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.50.1](https://github.com/ymirapp/cli/compare/v1.50.0...v1.50.1) (2024-12-27)


### Bug Fixes

* Don't put a timeout when running `docker build` command ([b5d4f4d](https://github.com/ymirapp/cli/commit/b5d4f4d2d4c1cecbe386866b244183a737f6fddb))

## [1.50.0](https://github.com/ymirapp/cli/compare/v1.49.0...v1.50.0) (2024-12-26)


Expand Down
2 changes: 1 addition & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
hidden_directory: '%working_directory%/.ymir'
stub_directory: '%application_directory%/stubs'
uploads_directory: '%hidden_directory%/uploads'
version: '1.50.0'
version: '1.50.1'

services:
_defaults:
Expand Down

0 comments on commit a6a13d9

Please sign in to comment.