Skip to content

Commit f163c78

Browse files
Version Packages (#883)
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 ## chainlink-deployments-framework@0.91.0 ### Minor Changes - [#877](#877) [`540ea5e`](540ea5e) Thanks [@ecPablo](https://github.com/ecPablo)! - Add CRE CLI runner object. - [#884](#884) [`74837dc`](74837dc) Thanks [@ecPablo](https://github.com/ecPablo)! - add wasm and config resolution types for cre workflows ### Patch Changes - [#891](#891) [`7b39baf`](7b39baf) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - chore: enable preset admin accounts in the evm simulated provider --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 7b39baf commit f163c78

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/flat-baboons-lose.md

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

.changeset/full-rice-shine.md

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

.changeset/neat-cobras-give.md

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

CHANGELOG.md

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

3+
## 0.91.0
4+
5+
### Minor Changes
6+
7+
- [#877](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/877) [`540ea5e`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/540ea5ed95f897f63ce892b4f2a2d650f43025bf) Thanks [@ecPablo](https://github.com/ecPablo)! - Add CRE CLI runner object.
8+
9+
- [#884](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/884) [`74837dc`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/74837dccc8f321af2403a19ae4a86bd7b0e82399) Thanks [@ecPablo](https://github.com/ecPablo)! - add wasm and config resolution types for cre workflows
10+
11+
### Patch Changes
12+
13+
- [#891](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/891) [`7b39baf`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7b39baf248934d448161aca0a28f259c64ecf67e) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - chore: enable preset admin accounts in the evm simulated provider
14+
315
## 0.90.1
416

517
### Patch 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.90.1",
3+
"version": "0.91.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)