Skip to content

Commit 36068e2

Browse files
Version Packages (#82)
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 ## [email protected] ### Patch Changes - [#81](#81) [`ba1cd63`](ba1cd63) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix incorrect error message order - [#83](#83) [`a3b78c6`](a3b78c6) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - enhance multiclient logging --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent a3b78c6 commit 36068e2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/small-towns-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-llamas-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# chainlink-deployments-framework
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#81](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/81) [`ba1cd63`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ba1cd6338dd7e0efc087e579ffe6c2f6dd5d8b3f) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix incorrect error message order
8+
9+
- [#83](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/83) [`a3b78c6`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a3b78c6e1caa60a0dac056f5af2678fa44802831) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - enhance multiclient logging
10+
311
## 0.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)