Skip to content

Commit ba52d67

Browse files
chore(release): cut the 1.0.0 release
# 1.0.0 (2022-10-30) ### Features * add parsing mechanism ([5f02c72](5f02c72)) * add POC of BNF grammar ([0983490](0983490)) * implement validation mechanism ([edaf79e](edaf79e)) * **parser:** implement proper parsing mechanism ([#6](#6)) ([2617182](2617182)), closes [#5](#5)
1 parent 3c3e6fe commit ba52d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-runtime-expression",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "OpenAPI Runtime expressions parser and validator.",
55
"exports": {
66
".": "./src/index.js",

0 commit comments

Comments
 (0)