Skip to content

Commit cde9048

Browse files
feat: added schema for 2.2.0 based on 2.1.0 and added anypointmq protocol (#90)
1 parent 043542e commit cde9048

File tree

2 files changed

+1478
-0
lines changed

2 files changed

+1478
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ module.exports = {
66
'2.0.0-rc2': require('./schemas/2.0.0-rc2.json'),
77
'2.0.0': require('./schemas/2.0.0.json'),
88
'2.1.0': require('./schemas/2.1.0.json'),
9+
'2.2.0': require('./schemas/2.2.0.json'),
910
};

0 commit comments

Comments
 (0)