Skip to content

Commit ff8a11d

Browse files
Added release notes (#10)
1 parent 910d7ff commit ff8a11d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Release Notes
44

5+
#### v1.0.3
6+
7+
- Added Release notes.
8+
9+
#### v1.0.2
10+
11+
- Bug fixes and improvements in local development.
12+
- Expose `formatAxiosError` function for error handling.
13+
514
#### v1.0.1
615

716
- Bug fixes and improvements in logging.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devrev/ts-adaas",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)