Skip to content

Commit

Permalink
Added release notes (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
radovan-jorgic authored Dec 2, 2024
1 parent 910d7ff commit ff8a11d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Release Notes

#### v1.0.3

- Added Release notes.

#### v1.0.2

- Bug fixes and improvements in local development.
- Expose `formatAxiosError` function for error handling.

#### v1.0.1

- Bug fixes and improvements in logging.
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": "@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",
Expand Down

0 comments on commit ff8a11d

Please sign in to comment.