diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..f986921e6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# [1.1.0](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.0.0...v1.1.0) (2022-04-15) + + +### Bug Fixes + +* **deps:** update dependencies to latest version ([dcce943](https://github.com/timoa/nodejs-encryption-api-example/commit/dcce94305abb8ab732bb5f44f81b1e9557d7d53a)) +* **deps:** update dependency fastify to v2.15.3 ([18314fd](https://github.com/timoa/nodejs-encryption-api-example/commit/18314fd4cbc5cf9162a3f1c27e012f3c7427afb6)) +* **deps:** update dependency fastify to v3 ([0306fb4](https://github.com/timoa/nodejs-encryption-api-example/commit/0306fb4049cffbc012bb90113275010101d0de19)) +* **deps:** update dependency fastify-swagger to v4.0.1 ([78f6eb7](https://github.com/timoa/nodejs-encryption-api-example/commit/78f6eb7e46ee228bb7abfacf1bed8334cdb4fb98)) +* **deps:** update dependency fastify-swagger to v4.17.1 ([d0d48ff](https://github.com/timoa/nodejs-encryption-api-example/commit/d0d48fffe2cb810e3bee25ea24ccb744bd21d31c)) +* **deps:** update dependency fastify-swagger to v4.3.3 ([b0485ec](https://github.com/timoa/nodejs-encryption-api-example/commit/b0485ec59e8349285c01a2eff967fb92eabf511c)) +* **deps:** update dependency fastify-swagger to v5 ([b82ffc0](https://github.com/timoa/nodejs-encryption-api-example/commit/b82ffc047c380ab30b5895712641e8b438e6851b)) +* **deps:** update dependency mongoose to v5.13.14 ([8929d49](https://github.com/timoa/nodejs-encryption-api-example/commit/8929d49c7590ac8cd351e36e09dc02276886f54a)) +* **deps:** update dependency snyk to v1.890.0 ([d55cc91](https://github.com/timoa/nodejs-encryption-api-example/commit/d55cc916a636065fc16d185f48953c5c729187ba)) +* **deps:** update dependency snyk to v1.891.0 ([79d33dd](https://github.com/timoa/nodejs-encryption-api-example/commit/79d33ddd0a593ebbed5aaba2bdedfad972d4ea7b)) +* **deps:** update dependency snyk to v1.893.0 ([1dc7afd](https://github.com/timoa/nodejs-encryption-api-example/commit/1dc7afdc4da6c26f9e7159a35fa019ea1ed5ebe2)) +* **deps:** update dependency uuid to v8 ([e586eeb](https://github.com/timoa/nodejs-encryption-api-example/commit/e586eeb65dd7537e8b1abffcd031eacdafcf51a1)) +* **deps:** update dependency winston to v3.3.4 ([63fb0a0](https://github.com/timoa/nodejs-encryption-api-example/commit/63fb0a091918f329aba3806dcc7899e13554a0e3)) +* **deps:** update dependency winston to v3.6.0 ([d76a6cb](https://github.com/timoa/nodejs-encryption-api-example/commit/d76a6cbb0348c9d30e4eaed601b62a214cbb91d1)) +* **lint:** fix ESLint minor issue ([61303dd](https://github.com/timoa/nodejs-encryption-api-example/commit/61303dd1ff00b4b9119526a605b0a8860b16e22b)) +* **lint:** fix formating ([426baf8](https://github.com/timoa/nodejs-encryption-api-example/commit/426baf835534df5b9d8cff7d8aa6c44a6ed9f92d)) +* package.json & package-lock.json to reduce vulnerabilities ([f87da2f](https://github.com/timoa/nodejs-encryption-api-example/commit/f87da2f39f5c49c8970281772a8fcb521eb503bd)) +* package.json & package-lock.json to reduce vulnerabilities ([faf8866](https://github.com/timoa/nodejs-encryption-api-example/commit/faf8866a3366fc78496b0bddf06d5322aa405127)) +* package.json & package-lock.json to reduce vulnerabilities ([ff0bd33](https://github.com/timoa/nodejs-encryption-api-example/commit/ff0bd336d8417887e9babef801de1a9bc46fcb14)) +* package.json & package-lock.json to reduce vulnerabilities ([60d4a4d](https://github.com/timoa/nodejs-encryption-api-example/commit/60d4a4d8e57215bb9b1c7307d09b4a14bb2cd01a)) + + +### Features + +* **project:** update Node to 16.x ([8db9cf0](https://github.com/timoa/nodejs-encryption-api-example/commit/8db9cf0b01c545c0d16547be539f321682e930f2)) diff --git a/package-lock.json b/package-lock.json index 4d921b108..974d2036e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodejs-encryption-api-example", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodejs-encryption-api-example", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "os": [ "linux", diff --git a/package.json b/package.json index 5c05a60f3..b901658ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-encryption-api-example", - "version": "1.0.0", + "version": "1.1.0", "description": "Example of encrypting/decrypting data thru an API using node.js", "main": "src/index.js", "private": true,