diff --git a/CHANGELOG.md b/CHANGELOG.md index 519b1e0..74b4055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/Silent-Watcher/jwt-node/compare/v1.0.0...v1.1.0) (2023-10-17) + + +### Features + +* users can now login and fetch their jwt token from the response ([421a2f3](https://github.com/Silent-Watcher/jwt-node/commit/421a2f36a49b265654cf415dd52e1971111c7ad9)) + + +### Bug Fixes + +* fix file formating after running prettier package ([6c2cec4](https://github.com/Silent-Watcher/jwt-node/commit/6c2cec423819f2de493e012f0df0791762a01696)) + ## 1.0.0 (2023-10-17) ### Features diff --git a/package-lock.json b/package-lock.json index 17cc07d..c9fbf3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "jwt-node", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "bcrypt": "^5.1.1", "dotenv": "^16.3.1", diff --git a/package.json b/package.json index 2dcf902..76d8f35 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "prettier": "npx prettier --write .", "prepare": "husky install" }, - "version": "1.0.0" + "version": "1.1.0" }