Skip to content

Commit

Permalink
Prepare for v0.5.12 release (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 authored Jul 24, 2023
1 parent 3fac095 commit 9f0f325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.5.11",
"version": "0.5.12",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This changelog documents all releases and included changes to the @stellar/ancho

A breaking change will get clearly marked in this log.

## [v0.5.12](https://github.com/stellar/stellar-anchor-tests/compare/v0.5.5...v0.5.12)
- Add Dockerfile, build and push docker images to hub.docker.io

## [v0.5.6](https://github.com/stellar/stellar-anchor-tests/compare/v0.5.5...v0.5.6)

### Update
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"winston": "^3.3.3"
},
"peerDependencies": {
"@stellar/anchor-tests": "0.5.11"
"@stellar/anchor-tests": "0.5.12"
}
}

0 comments on commit 9f0f325

Please sign in to comment.