Skip to content

Commit

Permalink
Bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 27, 2023
1 parent 4229e68 commit 71db8cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


# [1.1.1] 2023-11-27

- Fixed a bug where Phlex would try to capture `nil` when rendered from ActionView without a block.

## [1.1.0] 2023-11-24

- Dropped dependency on `rails` and now only depends on `railties`
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Rails
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit 71db8cc

Please sign in to comment.