Skip to content

Commit

Permalink
Bump version to v6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed May 11, 2022
1 parent dca5b3f commit 4080c75
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 @@
## 6.0.5 (2022-05-11)

- Extract element ingredient migrator [#2337](https://github.com/AlchemyCMS/alchemy_cms/pull/2337) ([tvdeyen](https://github.com/tvdeyen))

## 6.0.4 (2022-05-06)

- Add support for Rails' recycable cache keys [#2334](https://github.com/AlchemyCMS/alchemy_cms/pull/2334) ([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 = "6.0.4"
VERSION = "6.0.5"

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

0 comments on commit 4080c75

Please sign in to comment.