Skip to content

Commit

Permalink
chore(release): 0.5.7 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.7](v0.5.6...v0.5.7) (2023-01-16)

### Bug Fixes

* add ComparisonChain ([ee25ad8](ee25ad8))
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent ee25ad8 commit 2bbc587
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.7](https://github.com/PharmGKB/pgkb-common/compare/v0.5.6...v0.5.7) (2023-01-16)


### Bug Fixes

* add ComparisonChain ([ee25ad8](https://github.com/PharmGKB/pgkb-common/commit/ee25ad81f451f42ca081273e948b5527883662e6))

## [0.5.6](https://github.com/PharmGKB/pgkb-common/compare/v0.5.5...v0.5.6) (2023-01-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package contains common code shared among all PharmGKB projects.
<dependency>
<groupId>org.pharmgkb</groupId>
<artifactId>pgkb-common</artifactId>
<version>0.5.6</version>
<version>0.5.7</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgkb-common",
"version": "0.5.6",
"version": "0.5.7",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 2bbc587

Please sign in to comment.