Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]nn# [1.6.0](v1.5.1...v1.6.0) (2020-01-13)
Browse files Browse the repository at this point in the history
### Features

* **alias:** Continue mapping opera to chrome ([db37102](db37102))
  • Loading branch information
semantic-release-bot committed Jan 13, 2020
1 parent db37102 commit 11716ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/Financial-Times/polyfill-useragent-normaliser/compare/v1.5.1...v1.6.0) (2020-01-13)


### Features

* **alias:** Continue mapping opera to chrome ([db37102](https://github.com/Financial-Times/polyfill-useragent-normaliser/commit/db37102))

## [1.5.1](https://github.com/Financial-Times/polyfill-useragent-normaliser/compare/v1.5.0...v1.5.1) (2020-01-13)


Expand Down
2 changes: 1 addition & 1 deletion lib/normalise-user-agent.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ sub useragent_parser {
set req.http.useragent_parser_patch=var.Patch;
}

sub normalise_user_agent_1_5_1 {
sub normalise_user_agent_1_6_0 {
if (!req.http.User-Agent) {
set req.http.normalized_user_agent_family = "other";
set req.http.normalized_user_agent_major_version = "0";
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/polyfill-useragent-normaliser",
"version": "1.5.1",
"version": "1.6.0",
"description": "The user-agent normalisation logic behind polyfill-library and polyfill.io",
"main": "lib/normalise-user-agent.js",
"engines": {
Expand Down

0 comments on commit 11716ff

Please sign in to comment.