We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3561 commit d5042d6Copy full SHA for d5042d6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+# 3.6.0
6
+
7
+- Lexer options don't get passed to lexer (#92).
8
9
# 3.5.0
10
11
- Remove official support for Ruby 2.5 and 2.6 (#89).
lib/middleman-syntax/version.rb
@@ -1,5 +1,5 @@
1
module Middleman
module Syntax
- VERSION = "3.5.0"
+ VERSION = "3.6.0"
end
0 commit comments