Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 6 changed files Side-by-side Diff

... ... @@ -4,8 +4,14 @@ 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.3](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.2...v0.1.3)
  8 +
  9 +- Add README.md and LICENSE.TXT [`ad11777`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/ad117770fb2208705f03673442b5ae7e0248919b)
  10 +
7 11 #### [v0.1.2](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.1...v0.1.2)
8 12  
  13 +> 7 February 2022
  14 +
9 15 - Change repo url to https [`d5926b0`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/d5926b02141be66bce0886f6947d0eba06e5cfe6)
10 16 - Fix postversion script [`9e07392`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/9e0739218f4ac77f9400f7765f1d8ff2eec82867)
11 17  
... ... @@ -0,0 +1,2 @@
  1 +(c) Copyright 2022 PT TEKNOLOGI TRANSAKSI DIGITAL
  2 +https://tektrans.id/
... ... @@ -0,0 +1,9 @@
  1 +# KOMODO-SDK-PUSH-TRX
  2 +
  3 +# Changelog
  4 +See [CHANGELOG.md](./CHANGELOG.md) file.
  5 +
  6 +# License
  7 +See [LICENSE.TXT](./LICENSE.TXT) file.
  8 +
  9 +(c) [PT TEKNOLOGI TRANSAKSI DIGITAL](https://tektrans.id) 2022
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.2",
  3 + "version": "0.1.3",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk-push-trx",
9   - "version": "0.1.2",
  9 + "version": "0.1.3",
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.2",
  3 + "version": "0.1.3",
4 4 "description": "Komodo SDK for PUSH transaction",
5 5 "main": "index.js",
6 6 "scripts": {