Skip to content

Commit 6b4ca6a

Browse files
committed
Release 2.0.7
1 parent 3bba809 commit 6b4ca6a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 2.0.6
411

512
This release contains accessibility fixes:

lib/govuk_tech_docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukTechDocs
2-
VERSION = "2.0.6".freeze
2+
VERSION = "2.0.7".freeze
33
end

0 commit comments

Comments
 (0)