From 0410732523dd3b91fa8f660a4b24681d74067693 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Tue, 23 Jan 2024 23:33:39 +0900 Subject: [PATCH] v5.6.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e437f58..2e202f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [5.6.1] +* Bug fixes + ## [5.6.0] * Add parser, AST for the Org query language described in the [Matching tags and properties](https://orgmode.org/manual/Matching-tags-and-properties.html) diff --git a/pubspec.yaml b/pubspec.yaml index 8a14ccd..13fb288 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: org_parser description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup -version: 5.6.0 +version: 5.6.1 homepage: https://github.com/amake/org_parser environment: