We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2be1e commit 3d40c0dCopy full SHA for 3d40c0d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.18.0 (September 15, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
4
+
5
+Changes:
6
7
+- Fallback to site name when title is empty in mirrored tags ([243](https://github.com/kpumuk/meta-tags/pull/243))
8
9
## 2.17.0 (July 5, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.16.0...v2.17.0)
10
11
Changes:
lib/meta_tags/version.rb
@@ -2,6 +2,6 @@
module MetaTags
# Gem version.
- VERSION = '2.17.0'
+ VERSION = '2.18.0'
public_constant :VERSION
end
0 commit comments