Skip to content

Commit 41fe783

Browse files
Release (#89)
* chore(release): npm release * chore: bump sdk version variable --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dule-git <[email protected]>
1 parent a6f4fb5 commit 41fe783

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/cold-kiwis-rhyme.md

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

.changeset/rotten-jeans-reply.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tenderly/sdk
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- a6f4fb5: Repack libraries without `TenderlySolcConfig`
8+
- 7ce6a2b: Make TenderlySolcConfig dependent on SolcConfig
9+
310
## 0.1.13
411

512
### Patch Changes

lib/sdkVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// autogenerated by prebuild.js
2-
export const TENDERLY_SDK_VERSION = '0.1.13';
2+
export const TENDERLY_SDK_VERSION = '0.1.14';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tenderly/sdk",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Tenderly SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)