Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Release v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 28, 2022
1 parent d585188 commit d651794
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG

== 4.0.4 (2022-11-28)

* Support Psych 4 safe_load (@mcg)

== 4.0.3 (2022-07-27)

* Fix Vanity::Rails::Helpers#vanity_js for Rails 6 (@ariel-codes)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanity (4.0.3)
vanity (4.0.4)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.3)
vanity (4.0.4)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.3)
vanity (4.0.4)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.3)
vanity (4.0.4)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/vanity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vanity
VERSION = "4.0.3"
VERSION = "4.0.4"

module Version
version = VERSION.to_s.split(".").map { |i| i.to_i }
Expand Down

0 comments on commit d651794

Please sign in to comment.