Skip to content

Commit

Permalink
feat: release for version 2.4.0 of the spec (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Apr 27, 2022
1 parent 7cd5ff3 commit 3d5d18e
Show file tree
Hide file tree
Showing 4 changed files with 1,527 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ module.exports = {
'2.1.0': require('./schemas/2.1.0.json'),
'2.2.0': require('./schemas/2.2.0.json'),
'2.3.0': require('./schemas/2.3.0.json'),
'2.4.0': require('./schemas/2.4.0.json'),
};
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
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "2.13.2",
"version": "2.14.0-2022-04-release.3",
"description": "AsyncAPI schema versions",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 3d5d18e

Please sign in to comment.