Skip to content

Commit

Permalink
release: Adding release notes for v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-tinoco committed Nov 22, 2023
1 parent 79889e8 commit 6e3a15a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.4](https://github.com/Coaktion/client-core/compare/v1.5.3...v1.5.4) (2023-11-22)


### Bug Fixes

* add catch to retry request ([1b20281](https://github.com/Coaktion/client-core/commit/1b202810ff96cf359491dea83b9a6d68b7a2bb5f))
* removing axios-retry dependency ([66e4e8f](https://github.com/Coaktion/client-core/commit/66e4e8f332d8a4532f9ed87de69a3c8943a03710))

## [1.5.3](https://github.com/Coaktion/client-core/compare/v1.5.2...v1.6.0) (2023-11-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaktion/client-core",
"version": "1.5.3",
"version": "1.5.4",
"description": "Library helping you to create a client RestFul API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6e3a15a

Please sign in to comment.