Compare View

switch
from
...
to
 
Commits (1)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
4 4  
5 5 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6 6  
  7 +#### [v0.1.13](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.12...v0.1.13)
  8 +
7 9 #### [v0.1.12](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.11...v0.1.12)
8 10  
  11 +> 7 February 2022
  12 +
9 13 - Add server generated xid on missing client xid [`f858030`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/f8580302b471568332b08bf0d0e1f974cc753831)
10 14  
11 15 #### [v0.1.11](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.10...v0.1.11)
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.12",
  3 + "version": "0.1.13",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk-push-trx",
9   - "version": "0.1.12",
  9 + "version": "0.1.13",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "express": "^4.17.2",
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.12",
  3 + "version": "0.1.13",
4 4 "description": "Komodo SDK for PUSH transaction",
5 5 "main": "index.js",
6 6 "scripts": {