Skip to content

Commit 3409fd6

Browse files
authored
chore(release): v0.2.4 (#379)
1 parent 0874a54 commit 3409fd6

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/hardhat-polkadot-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.4 (2025-12-01)
4+
### Bug Fixes
5+
6+
- Ensure correct env setup for tests. ([#378](https://github.com/paritytech/hardhat-polkadot/pull/378)) ([0874a54](https://github.com/paritytech/hardhat-polkadot/commit/0874a54cdeb629100c470fb03841f4da05814292))
7+
8+
39
## 0.2.3 (2025-11-20)
410
### Bug Fixes
511

packages/hardhat-polkadot-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@parity/hardhat-polkadot-node",
33
"author": "Parity Technologies <admin@parity.io>",
44
"license": "AGPL-3.0",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"bugs": "https://github.com/paritytech/hardhat-polkadot/issues",
77
"homepage": "https://github.com/paritytech/hardhat-polkadot/tree/master/packages/hardhat-polkadot-node#readme",
88
"repository": {

packages/hardhat-polkadot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.3 (2025-12-01)
4+
### Internal
5+
6+
- Bumped `@parity/hardhat-polkadot-node` to `0.2.4`.
7+
8+
39
## 0.2.3 (2025-11-20)
410
### Internal
511

packages/hardhat-polkadot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@parity/hardhat-polkadot",
33
"author": "Parity Technologies <admin@parity.io>",
44
"license": "AGPL-3.0",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"bugs": "https://github.com/paritytech/hardhat-polkadot/issues",
77
"homepage": "https://github.com/paritytech/hardhat-polkadot/tree/master/packages/hardhat-polkadot#readme",
88
"repository": {

0 commit comments

Comments
 (0)