Skip to content

Commit 4b316b3

Browse files
authored
Merge pull request #1828 from near/changeset-release/master
Publish packages
2 parents c2a5f82 + e8cca06 commit 4b316b3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/modern-terms-behave.md

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

CHANGELOG.md

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

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- [#1827](https://github.com/near/near-api-js/pull/1827) [`8443635`](https://github.com/near/near-api-js/commit/844363546491f79cfa26325016b3c609a9dff973) Thanks [@denbite](https://github.com/denbite)! - Fix the bug where `Contract` couldn't be constructed without `abi`
8+
39
## 7.0.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "near-api-js",
33
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
4-
"version": "7.0.2",
4+
"version": "7.0.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/near/near-api-js.git"

0 commit comments

Comments
 (0)