Skip to content

Commit 1c40926

Browse files
committed
publish 5.0.0-rc.4
1 parent 85d0a79 commit 1c40926

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
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": "5.0.0-rc.3",
4+
"version": "5.0.0-rc.4",
55
"keywords": [
66
"oauth",
77
"oauth2"
@@ -22,7 +22,8 @@
2222
"files": [
2323
"index.js",
2424
"index.d.ts",
25-
"lib"
25+
"lib",
26+
"CHANGELOG.md"
2627
],
2728
"dependencies": {
2829
"@node-oauth/formats": "1.0.0",

0 commit comments

Comments
 (0)