We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bba809 + 6b4ca6a commit 1edf15bCopy full SHA for 1edf15b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.0.7
4
+
5
+A small release to fix an issue where code blocks font size was too large on some browsers.
6
7
+See [pull request #131: Improve code font sizing ](https://github.com/alphagov/tech-docs-gem/pull/131) for details.
8
9
10
## 2.0.6
11
12
This release contains accessibility fixes:
lib/govuk_tech_docs/version.rb
@@ -1,3 +1,3 @@
module GovukTechDocs
- VERSION = "2.0.6".freeze
+ VERSION = "2.0.7".freeze
end
0 commit comments