Skip to content

Commit 2781624

Browse files
Version Packages (#347)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @smartcontractkit/[email protected] ### Patch Changes - [#346](#346) [`741fc94`](741fc94) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix: use GetLatestBlockhash to retrive curr. block time in Solana Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 741fc94 commit 2781624

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/light-bags-behave.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @smartcontractkit/mcms
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- [#346](https://github.com/smartcontractkit/mcms/pull/346) [`741fc94`](https://github.com/smartcontractkit/mcms/commit/741fc94709beee3bcc15e9c251cc90cd6b82a109) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix: use GetLatestBlockhash to retrive curr. block time in Solana
8+
39
## 0.16.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartcontractkit/mcms",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)