Skip to content

Commit

Permalink
Merge pull request #2 from Silent-Watcher/release-please--branches--m…
Browse files Browse the repository at this point in the history
…aster--components--tags

chore(master): release 1.1.0
  • Loading branch information
Silent-Watcher committed Oct 17, 2023
2 parents 6c2cec4 + 2b290d4 commit c3004ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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
Expand Up @@ -25,5 +25,5 @@
"prettier": "npx prettier --write .",
"prepare": "husky install"
},
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit c3004ad

Please sign in to comment.