Skip to content

Commit

Permalink
Bump version to v6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Aug 29, 2023
1 parent 2aa16ae commit 718bfb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.1.9 (2023-08-29)

- [6.1-stable] Merge pull request #2571 from tvdeyen/fix-non-stupid-digest-assets [#2573](https://github.com/AlchemyCMS/alchemy_cms/pull/2573) ([github-actions](https://github.com/apps/github-actions))
- [6.1] Show if element is using contents or ingredients [#2568](https://github.com/AlchemyCMS/alchemy_cms/pull/2568) ([tvdeyen](https://github.com/tvdeyen))

## 6.1.8 (2023-07-31)

- [v6.1] Use selenium-webdriver instead of webdrivers gem [#2531](https://github.com/AlchemyCMS/alchemy_cms/pull/2531) ([mamhoff](https://github.com/mamhoff))
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.8"
VERSION = "6.1.9"

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

0 comments on commit 718bfb5

Please sign in to comment.