From 737de856b9b56f12998fdc43411c262dd59c2ea6 Mon Sep 17 00:00:00 2001 From: Ajani Bilby <11359344+AjaniBilby@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:26:50 +1000 Subject: [PATCH] ~Version 4.0.2 release --- docs/source/changelog.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 0d078b1..01f046b 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -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: diff --git a/package.json b/package.json index 2f78dc1..7e49d08 100644 --- a/package.json +++ b/package.json @@ -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",