Skip to content

Commit ad45e44

Browse files
authored
Merge pull request #52 from node-oauth/release-4.1.0
up semver and update changelog for dev branch
2 parents cfa907d + 002e380 commit ad45e44

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Changelog
22

3+
## 4.1.0
4+
### Changed
5+
* Bump dev dependencies to resolve vulnerabilities
6+
* Replaced jshint with eslint along with should and chai
7+
* Use sha256 when generating tokens
8+
9+
### Added
10+
* Added markdown files to discuss coding rules, commit conventions, contributing guidelines, etc.
11+
12+
### Removed
13+
* Removed lodash dependency
14+
* Removed statuses package and use built in http.STATUS_CODES instead.
15+
316
### 4.0.0
417
* Bump jshint from 2.12.0 to 2.13.0
518
* Bump jshint from 2.12.0 to 2.13.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-oauth/oauth2-server",
33
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"keywords": [
66
"oauth",
77
"oauth2"

0 commit comments

Comments
 (0)