Skip to content

Commit

Permalink
Version 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 4, 2023
1 parent 3a32031 commit d5d7d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Haml Changelog

## 6.2.2

* Allow adding custom attributes to `Haml::BOOLEAN_ATTRIBUTES` [#1148](https://github.com/haml/haml/issues/1148)
* Consider `aria-xxx: false` as a boolean attribute

## 6.2.1

* Fix v6.2.0's bug in rendering dynamic `aria` attributes [#1149](https://github.com/haml/haml/issues/1149)
Expand Down
2 changes: 1 addition & 1 deletion lib/haml/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
VERSION = '6.2.1'
VERSION = '6.2.2'
end

0 comments on commit d5d7d4c

Please sign in to comment.