diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a1a02..882f9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.5](https://github.com/dnum-mi/ds-api-client/compare/v1.7.4...v1.7.5) (2024-03-05) + + +### Bug Fixes + +* replace file by files and add motivation attachment ([2055ad5](https://github.com/dnum-mi/ds-api-client/commit/2055ad54fd69a011456d6e44f4cf3ab0cdcb313a)) + ## [1.7.4](https://github.com/dnum-mi/ds-api-client/compare/v1.7.3...v1.7.4) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index 4eb3364..c47ac18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dnum-mi/ds-api-client", - "version": "1.7.4", + "version": "1.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dnum-mi/ds-api-client", - "version": "1.7.4", + "version": "1.7.5", "license": "UNLICENSED", "dependencies": { "graphql": "^16.8.1", diff --git a/package.json b/package.json index c8d74a1..f2f73b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnum-mi/ds-api-client", - "version": "1.7.4", + "version": "1.7.5", "description": "Un DS Client GraphQL prenant en charge Node et les navigateurs pour les scripts ou les applications simples", "author": "DNUM-MI", "type": "commonjs",