Skip to content

Commit 99f946d

Browse files
authored
Merge pull request #413 from ethereum-ts/changeset-release/master
2 parents 3e56a21 + cf9bced commit 99f946d

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/quiet-garlics-rescue.md

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

.changeset/quiet-pants-report.md

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

packages/hardhat/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 22134ac: Support compilation of external artifacts (from node_modules)
8+
39
## 2.0.2
410

511
### Patch Changes

packages/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"smartcontract",
1212
"blockchain"
1313
],
14-
"version": "2.0.2",
14+
"version": "2.1.0",
1515
"license": "MIT",
1616
"repository": "https://github.com/ethereum-ts/Typechain",
1717
"main": "./dist/index.js",

packages/typechain/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- 22134ac: Support optional `ignoreNodeModules`(default=true) flag for glob helper
8+
39
## 5.0.0
410

511
### Major Changes

packages/typechain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"smartcontract",
99
"blockchain"
1010
],
11-
"version": "5.0.0",
11+
"version": "5.1.0",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",

0 commit comments

Comments
 (0)