Skip to content

Commit

Permalink
Chore: (release) add version 1.5.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.9](v1.5.8...v1.5.9) (2022-06-30)

### Chore

* fixes some npm audit vulnerabilities (#57) ([caddd80](caddd80)), closes [#57](#57)
* Lock file maintenance (#59) ([c0e1c10](c0e1c10)), closes [#59](#59)
* Update devDependencies (non-major) (#40) ([bf93baa](bf93baa)), closes [#40](#40)
* Update devDependencies (non-major) (#41) ([dd60b5d](dd60b5d)), closes [#41](#41)

### Docs

* help Ukraine 🇺🇦 ([3779c65](3779c65))

### Fix

* allow use URL in browsers ([3c50963](3c50963))
  • Loading branch information
semantic-release-bot committed Jun 30, 2022
1 parent 3c50963 commit 3e7a670
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.5.9](https://github.com/pustovitDmytro/base-api-client/compare/v1.5.8...v1.5.9) (2022-06-30)


### Chore

* fixes some npm audit vulnerabilities (#57) ([caddd80](https://github.com/pustovitDmytro/base-api-client/commit/caddd807dc3b744f95c67b2ed526a49ebe047cf8)), closes [#57](https://github.com/pustovitDmytro/base-api-client/issues/57)
* Lock file maintenance (#59) ([c0e1c10](https://github.com/pustovitDmytro/base-api-client/commit/c0e1c10b5f07641c65eac742c6a915b9f63f6e25)), closes [#59](https://github.com/pustovitDmytro/base-api-client/issues/59)
* Update devDependencies (non-major) (#40) ([bf93baa](https://github.com/pustovitDmytro/base-api-client/commit/bf93baab9b39a3d84aef1e17ef15991ba4c20b55)), closes [#40](https://github.com/pustovitDmytro/base-api-client/issues/40)
* Update devDependencies (non-major) (#41) ([dd60b5d](https://github.com/pustovitDmytro/base-api-client/commit/dd60b5d5088ee27a1ed9de44a17a6d922a5a0467)), closes [#41](https://github.com/pustovitDmytro/base-api-client/issues/41)

### Docs

* help Ukraine 🇺🇦 ([3779c65](https://github.com/pustovitDmytro/base-api-client/commit/3779c6590caeb9f0cbb41ef4384b5fe8dec723b2))

### Fix

* allow use URL in browsers ([3c50963](https://github.com/pustovitDmytro/base-api-client/commit/3c509634ad4605b512f3b9d8822ec279c7dc3b36))

## [1.5.8](https://github.com/pustovitDmytro/base-api-client/compare/v1.5.7...v1.5.8) (2022-01-28)


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": "base-api-client",
"version": "1.5.8",
"version": "1.5.9",
"description": "Base API client backed by axios",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 3e7a670

Please sign in to comment.