Skip to content

Commit

Permalink
chore: release 1.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2025
1 parent 95f4213 commit 8aaaf16
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1"
".": "1.50.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.50.2](https://github.com/ymirapp/cli/compare/v1.50.1...v1.50.2) (2025-01-12)


### Bug Fixes

* Check if we have a string before passing it to `trim` ([601ee0e](https://github.com/ymirapp/cli/commit/601ee0eca90745cb7da7378b85196ad7bd4f610c))
* Display docker warning if it's not installed ([331b288](https://github.com/ymirapp/cli/commit/331b28801d11ada5a2e7cc696e1aaddd5a6e3438))
* Don't put a timeout when running `docker push` command ([95f4213](https://github.com/ymirapp/cli/commit/95f4213b785e4999722889b8f215342ef4115b4a))

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


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.1'
version: '1.50.2'

services:
_defaults:
Expand Down

0 comments on commit 8aaaf16

Please sign in to comment.