Skip to content

Commit 0de37e9

Browse files
Version Packages (.)
1 parent 5dcea15 commit 0de37e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.84.0
4+
5+
### Minor Changes
6+
7+
- [#780](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/780) [`a06e7ee`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a06e7ee2e8bdcb95094c3f75ae6b1605fc805093) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add pre/post changeset execution hook types and executeHook helper
8+
9+
- [#800](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/800) [`30b67b6`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/30b67b6e6c758899781651aecbe69fe33fbcf67d) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(mcms): new analyze-proposal-v2 command
10+
11+
- [#796](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/796) [`ed1a889`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ed1a88961c1676ba07be9cf43a1b5e37dc5ecdbd) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add per-changeset hook registration via WithPreHooks/WithPostHooks fluent API
12+
313
## 0.83.0
414

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

0 commit comments

Comments
 (0)