Skip to content

Commit

Permalink
Bump version to v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 24, 2022
1 parent 8540818 commit 0bcc7f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.3.3 (2022-03-24)

- fix admin sitemap feature specs ([tvdeyen](https://github.com/tvdeyen))
- fix: Add support for ajax.get query params ([tvdeyen](https://github.com/tvdeyen))
- fix(Sitemap): Use response data ([tvdeyen](https://github.com/tvdeyen))
- Revert "Ajax: Send method override" ([tvdeyen](https://github.com/tvdeyen))

## 5.3.2 (2022-03-24)

- ImageLoader: Add error handling ([tvdeyen](https://github.com/tvdeyen))
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.2"
VERSION = "5.3.3"

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.2",
"version": "5.3.3",
"description": "AlchemyCMS",
"browser": "package/admin.js",
"files": [
Expand Down

0 comments on commit 0bcc7f5

Please sign in to comment.