From 733cd8f62dcb8239094688063a92766bbfcbf523 Mon Sep 17 00:00:00 2001 From: mck89 Date: Tue, 13 Sep 2022 15:56:53 +0000 Subject: [PATCH] New version and changelog --- composer.json | 2 +- doc/changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56e28de..7b76455 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.14.0-dev" + "dev-master": "1.15.0-dev" } } } diff --git a/doc/changelog.md b/doc/changelog.md index c3adc31..0c23a76 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,9 @@ Changelog ========== +#### 1.15.0 +* Implemented ES2022 parser with hashbang comments + #### 1.14.0 * Implemented comments rendering