Skip to content

Commit 7c29396

Browse files
authored
Merge pull request alphagov#317 from alphagov/ldeb-release-3.3.0
Release v3.3.0
2 parents 1905ec2 + 2d8d3d3 commit 7c29396

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## Unreleased
44

5+
## 3.3.0
6+
57
### New features
68

7-
The Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1.
9+
There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1.
810

9-
Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend release notes](https://github.com/alphagov/govuk-frontend/releases/) for more information.
11+
1. Update your documentation site to use the latest template version. You can [follow the TDT guidance on using the latest template version](https://tdt-documentation.london.cloudapps.digital/maintain_project/use_latest_template/).
12+
2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend release notes](https://github.com/alphagov/govuk-frontend/releases/) for more information, or [contact the GOV.UK Design System team](https://design-system.service.gov.uk/get-in-touch/).
1013

1114
### Fixes
1215

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 = "3.2.1".freeze
2+
VERSION = "3.3.0".freeze
33
end

0 commit comments

Comments
 (0)