Skip to content

Commit 65b2461

Browse files
committed
Release v5.1.1
Patch release to change the method of installation npm uses: #433
1 parent 5885826 commit 65b2461

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## Unreleased
1+
## 5.1.1
22

3-
### New Features
4-
5-
- [Adds support for GA4 as a separate tracking parameter from Universal Analytics](https://github.com/alphagov/tech-docs-gem/pull/350)
3+
### Fixes
64

7-
NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround.
8-
We'll return at a later date with a major breaking change that deprecates UA code.
5+
- [Change npm installation method used](https://github.com/alphagov/tech-docs-gem/pull/433)
96

107
## 5.1.0
118

129
### New features
1310

1411
- [Add GA4 support](https://github.com/alphagov/tech-docs-gem/pull/350)
1512

13+
NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround.
14+
We'll return at a later date with a major breaking change that deprecates UA code.
15+
1616
### Fixes
1717

1818
- [Fix syntax highlighting by pinning middleman-syntax to v3.6+](https://github.com/alphagov/tech-docs-gem/pull/427)

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

0 commit comments

Comments
 (0)