Skip to content

Commit 869408b

Browse files
Version Packages (#309)
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] ### Minor Changes - [#308](#308) [`11daf8d`](11daf8d) Thanks [@jkongie](https://github.com/jkongie)! - Adds additional config related file path getter methods to Domains - [#311](#311) [`ae71e08`](ae71e08) Thanks [@ecPablo](https://github.com/ecPablo)! - Add support for gas limit option on raw signer generator --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent ae71e08 commit 869408b

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/crazy-moose-warn.md

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

.changeset/young-colts-chew.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.32.0
4+
5+
### Minor Changes
6+
7+
- [#308](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/308) [`11daf8d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/11daf8de3cb89d01525988fcc427a45cf56ca29f) Thanks [@jkongie](https://github.com/jkongie)! - Adds additional config related file path getter methods to Domains
8+
9+
- [#311](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/311) [`ae71e08`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ae71e085d407cd0102a6c5a571678bdeb77cf5bf) Thanks [@ecPablo](https://github.com/ecPablo)! - Add support for gas limit option on raw signer generator
10+
311
## 0.31.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.31.0",
3+
"version": "0.32.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)