diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5059ae2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## 1.0.0 (2023-07-03) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([f900db2](https://github.com/yogendrajs/Google-News-Feed/commit/f900db252af7383b4190200d2c2da5bcba59012d)) +* package.json & package-lock.json to reduce vulnerabilities ([1ff02a4](https://github.com/yogendrajs/Google-News-Feed/commit/1ff02a4a8bc8afa28b4577059df3062615ec40d3)) +* package.json & package-lock.json to reduce vulnerabilities ([73fc534](https://github.com/yogendrajs/Google-News-Feed/commit/73fc534da6147263e27fd4f0ef0c9ce6965a6e11)) +* package.json, package-lock.json & .snyk to reduce vulnerabilities ([0acc769](https://github.com/yogendrajs/Google-News-Feed/commit/0acc769ab0002c3cf891585df7ec1a9f42cbbe9e)) diff --git a/package-lock.json b/package-lock.json index 39d9d3b..82411bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "firstnextapp", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08f9c19..9e95f36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firstnextapp", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",