Skip to content

Commit a985b35

Browse files
committed
Changes not seen. Adding a minor change.
1 parent ea0f8dd commit a985b35

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<a href="https://discord.gg/GsRgsTD">
77
<img src="https://img.shields.io/badge/chat-on%20discord-brightgreen.svg">
88
</a>
9-
9+
1010
<a href="https://github.com/tron-us/tronweb/issues">
1111
<img src="https://img.shields.io/github/issues/tron-us/tronweb.svg">
1212
</a>
13-
13+
1414
<a href="https://github.com/tron-us/tronweb/pulls">
1515
<img src="https://img.shields.io/github/issues-pr/tron-us/tronweb.svg">
1616
</a>
17-
17+
1818
<a href="https://github.com/tron-us/tronweb/graphs/contributors">
1919
<img src="https://img.shields.io/github/contributors/tron-us/tronweb.svg">
2020
</a>
21-
21+
2222
<a href="LICENSE">
2323
<img src="https://img.shields.io/github/license/tron-us/tronweb.svg">
2424
</a>
@@ -37,7 +37,7 @@ TronWeb aims to deliver a unified, seamless development experience influenced by
3737
You can access either version specifically from the [dist](dist) folder.
3838

3939
TronWeb is also compatible with frontend frameworks such as:
40-
- Angular
40+
- Angular
4141
- React
4242
- Vue.
4343

@@ -168,6 +168,11 @@ In order to contribute you can
168168

169169
## Recent History
170170

171+
__2.6.8__
172+
* Support extension of transaction expiration
173+
* Allow to add data to the transaction
174+
* Many minor changes and fixes
175+
171176
__2.6.3__
172177
* Support get unconfirmed transaction function
173178

pre-commit-result

-1
This file was deleted.

scripts/pre-commit.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ if (!process.env.SKIPPRECOMMIT) {
1313
try {
1414
unpushed = execSync(`git log origin/${branch}..${branch} --name-status`).toString().split('\n');
1515
} catch (ex) {
16-
// the branch hasn't ever been pushed
1716
unpushed = execSync(`git log HEAD...origin --name-status`).toString().split('\n');
1817
}
1918

0 commit comments

Comments
 (0)