Skip to content

Commit c9b6985

Browse files
committed
feat!: release 1.0.0
1 parent a92d43b commit c9b6985

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

package-lock.json

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@asyncapi/bundler",
3-
"version": "0.6.4",
3+
"version": "1.0.0",
44
"description": "Bundle references from an single AsyncAPI document into a single file.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"engines": {
8-
"node": ">=20"
8+
"node": ">=24"
99
},
1010
"scripts": {
1111
"build": "tsc",

0 commit comments

Comments
 (0)