Skip to content

Commit

Permalink
Bump version to v5.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 4, 2022
1 parent 2a307bb commit 3804858
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.6 (2022-06-04)

- Use HashWithIndifferentAccess for Page definition. Key hint translation by page_layout [#2343](https://github.com/AlchemyCMS/alchemy_cms/pull/2343) ([dbwinger](https://github.com/dbwinger))

## 5.3.5 (2022-04-26)

- Add thumbnail processor to support resizing on animated GIFs [#2316](https://github.com/AlchemyCMS/alchemy_cms/pull/2316) ([kulturbande](https://github.com/kulturbande))
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "5.3.5"
VERSION = "5.3.6"

def self.version
VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy_cms/admin",
"version": "5.3.5",
"version": "5.3.6",
"description": "AlchemyCMS",
"browser": "package/admin.js",
"files": [
Expand Down

0 comments on commit 3804858

Please sign in to comment.