Skip to content

Commit

Permalink
chore(release): cut the 1.0.0 release
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
semantic-release-bot committed Oct 30, 2022
1 parent 3c3e6fe commit ba52d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "openapi-runtime-expression",
"version": "0.0.0",
"version": "1.0.0",
"description": "OpenAPI Runtime expressions parser and validator.",
"exports": {
".": "./src/index.js",
Expand Down

0 comments on commit ba52d67

Please sign in to comment.