Skip to content

Commit

Permalink
Release (#89)
Browse files Browse the repository at this point in the history
* 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 <dusank98@gmail.com>
  • Loading branch information
3 people authored Jun 2, 2023
1 parent a6f4fb5 commit 41fe783
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-kiwis-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-jeans-reply.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tenderly/sdk

## 0.1.14

### Patch Changes

- a6f4fb5: Repack libraries without `TenderlySolcConfig`
- 7ce6a2b: Make TenderlySolcConfig dependent on SolcConfig

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// autogenerated by prebuild.js
export const TENDERLY_SDK_VERSION = '0.1.13';
export const TENDERLY_SDK_VERSION = '0.1.14';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tenderly/sdk",
"version": "0.1.13",
"version": "0.1.14",
"description": "Tenderly SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 41fe783

Please sign in to comment.