Skip to content

Commit

Permalink
Merge pull request #92 from Coaktion/relese/v1.9.1
Browse files Browse the repository at this point in the history
release: v1.9.1
  • Loading branch information
MatheusDev20 authored Nov 18, 2024
2 parents b55bc6f + 050e30b commit 44b1e9c
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.9.1](https://github.com/Coaktion/client-core/compare/v1.9.0...v1.9.1) (2024-11-18)


### Bug Fixes

* adding suport to amazon JSON content type in the getToken request ([a892610](https://github.com/Coaktion/client-core/commit/a892610696bba7e130f60eff3b4a7a42994fc13e))
* using enum content-types ([408bdfb](https://github.com/Coaktion/client-core/commit/408bdfb8d703efcebc7527082c0a0ab227fc74c9))

## [1.9.0](https://github.com/Coaktion/client-core/compare/v1.8.3...v1.9.0) (2024-09-26)


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.9.0",
"version": "1.9.1",
"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 44b1e9c

Please sign in to comment.