Skip to content

Commit

Permalink
chore(main): release 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
1 parent b67c455 commit 36b7d66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.2](https://github.com/jgeramb/software-challenge-client/compare/v1.12.1...v1.12.2) (2024-06-07)


### Bug Fixes

* **player/weighted:** don't add depth level if the ship already collected a passenger ([5d01d8b](https://github.com/jgeramb/software-challenge-client/commit/5d01d8b05db0a95e82203ababa6bc47bb521827f))

## [1.12.1](https://github.com/jgeramb/software-challenge-client/compare/v1.12.0...v1.12.1) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion player/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>

<artifactId>player</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.teamgruen.sc</groupId>
<artifactId>client</artifactId>
<version>1.12.2-SNAPSHOT</version>
<version>1.12.2</version>
</parent>

<artifactId>sdk</artifactId>
Expand Down

0 comments on commit 36b7d66

Please sign in to comment.