We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910d7ff commit ff8a11dCopy full SHA for ff8a11d
README.md
@@ -2,6 +2,15 @@
2
3
## Release Notes
4
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
14
#### v1.0.1
15
16
- Bug fixes and improvements in logging.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@devrev/ts-adaas",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
"type": "commonjs",
"main": "./dist/index.js",
0 commit comments