Skip to content

Commit

Permalink
Bump version to 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jul 7, 2023
1 parent 259e3d2 commit b4d5af9
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,5 +1,9 @@
# Changelog

## 6.1.7 (2023-07-07)

- [6.1] Add task(s) to visualize element and page usage [#2514](https://github.com/AlchemyCMS/alchemy_cms/pull/2514) ([tvdeyen](https://github.com/tvdeyen))

## 6.1.6 (2023-06-30)

- [6.1] Allow to create element with warning in definition [#2508](https://github.com/AlchemyCMS/alchemy_cms/pull/2508) ([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.1.6"
VERSION = "6.1.7"

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

0 comments on commit b4d5af9

Please sign in to comment.