Skip to content

Commit adf60bb

Browse files
author
Marcos Castany
authoredAug 10, 2020
Merge pull request #239 from auth0/update-changelog
Updated changelog
2 parents 5fb8c88 + ed743a8 commit adf60bb

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed
 

‎CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
# Change Log
22

3-
43
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
54
This project adheres to [Semantic Versioning](http://semver.org/).
65

6+
## 6.0.0 - 2020-06-29
7+
8+
- Made algorithms mandatory ([304a1c5968aed7c4c520035426fc09142156669d](https://github.com/auth0/express-jwt/commit/304a1c5968aed7c4c520035426fc09142156669d))
9+
10+
## 5.3.3 - 2020-04-27
11+
12+
- Improvements to documentation
13+
14+
## 5.3.2 - 2020-04-27
15+
16+
- Updated build to run on Node 8, 10 and 12 [178928266c3cf2fed3f9e013722cc8d29d4672ba](https://github.com/auth0/express-jwt/commit/178928266c3cf2fed3f9e013722cc8d29d4672ba)
17+
- Updated JSON web token dependency [11f3ac49736f37c5b74cd67bde87c50fdca19868](https://github.com/auth0/express-jwt/commit/11f3ac49736f37c5b74cd67bde87c50fdca19868)
18+
19+
## 5.3.0 - 2017-04-17
20+
21+
- Export unauthorized error [d662501f75b60e79f0e02e8df325a7960187af65](https://github.com/auth0/express-jwt/commit/d662501f75b60e79f0e02e8df325a7960187af65)
22+
- Updated JSON web token library [fcf97715a5a11cbf7b828a3fa953e4c644856706](https://github.com/auth0/express-jwt/commit/fcf97715a5a11cbf7b828a3fa953e4c644856706)
23+
- Added support for `resultProperty` [c2aa463f69fea5535dc14da86f8ea13436e72d04](https://github.com/auth0/express-jwt/commit/c2aa463f69fea5535dc14da86f8ea13436e72d04)
24+
25+
## 5.2.0 - 2016-10-07
26+
27+
- Added changelog [34dd51dde3fd83182bd076d9a9378626d17152f2](https://github.com/auth0/express-jwt/commit/34dd51dde3fd83182bd076d9a9378626d17152f2)
28+
729
## 5.1.0 - 2016-10-04
830

931
- A cleaner way to detect a function ([b7235714def5b4b3b91ee2d955a6a82706792825](https://github.com/auth0/express-jwt/commit/b7235714def5b4b3b91ee2d955a6a82706792825))

0 commit comments

Comments
 (0)
Please sign in to comment.