Skip to content

Commit abbd436

Browse files
author
Talita
committed
Update CHANGELOG
1 parent 5f04830 commit abbd436

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.16
2+
- Added: new endpoint (cancel carnet)
3+
- Added: new endpoint (cancel parcel)
4+
- Updated: docs
5+
16
# 0.0.15
27
- Added: new endpoint (carnet history)
38
- Added: new endpoint (carnet resend)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gn-api-sdk-node",
33
"description": "Module for integration with Gerencianet API",
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"author": "Francisco Carvalho <[email protected]>",
66
"license": "MIT",
77
"repository": "gerencianet/gn-api-sdk-node",
@@ -41,4 +41,4 @@
4141
"test": "mocha --reporter spec --bail --check-leaks test/",
4242
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/**/*"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)