Skip to content

Commit

Permalink
Bump version to 2.0.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Jun 10, 2022
1 parent f6b8ad5 commit e03cc8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.0.0] - 2022-06-10

- Migrate library to the ECMAScript modules format.
- Make requests async.
- Call only resolve or reject, not both.
- Add requestXml to err.

## [1.0.1] - 2022-03-17

- Obfuscate logged password.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhl-node",
"version": "1.0.1",
"version": "2.0.0",
"description": "MyDHL API node.js client",
"type": "module",
"exports": "./index.js",
Expand Down

0 comments on commit e03cc8d

Please sign in to comment.