Skip to content

Commit 21725ac

Browse files
chore(release): cut the 2.0.0 release
# [2.0.0](v1.1.0...v2.0.0) (2025-02-15) ### Bug Fixes * **package.json:** remove ABNF file export ([a747b9b](a747b9b)) ### Features * bring openapi-runtime-expression under SwaggerExpert umbrella ([#142](#142)) ([1376cf2](1376cf2)), closes [#134](#134) ### BREAKING CHANGES * new package name, no pure ESM module
1 parent 2e07aff commit 21725ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.1.0",
6+
"version": "2.0.0",
77
"description": "OpenAPI Runtime expressions parser, validator and extractor.",
88
"main": "./cjs/index.cjs",
99
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)