Skip to content

Commit

Permalink
~Version 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaniBilby committed Jul 18, 2023
1 parent 2e324d7 commit 737de85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 4.0.2

### Fixes:
- [x] More consistent formatting for generated artifacts
- [x] More concise types for repetitions (i.e. one to many will always have at least one element according to the type)
- [x] Consistent file formatting (everything is LF now)

### Changes:
- [x] Changed to MIT license from ISC

## Version 4.0.1

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnf-parser",
"version": "4.0.1",
"version": "4.0.2",
"description": "Deterministic BNF compiler/parser",
"homepage": "https://bnf-parser.ajanibilby.com",
"main": "./bin/index.js",
Expand Down

0 comments on commit 737de85

Please sign in to comment.