Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge 38b844c into d09946c
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Dec 3, 2019
2 parents d09946c + 38b844c commit f63ac76
Show file tree
Hide file tree
Showing 4 changed files with 1,155 additions and 763 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.25.0 / TBC
===================
- Update npm dependencies
- Update basic auth creds

0.24.0 / 2019-09-26
===================
- Add footer link to beta cookie policy page
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ environment.
| Variable | Description | Default | Required |
| :----------------------------- | :------------------------------------------------------------------------------------------------- | :---------------------------------------- | :------- |
| `ADOBE_TRACKING_URL` | [Adobe Analytics](https://www.adobe.com/analytics/adobe-analytics.html) Dynamic Tag Management URL | | No |
| `BASIC_AUTH` | An MD5 encrypted [htpasswd](https://httpd.apache.org/docs/2.4/misc/password_encryptions.html) | test:test | No |
| `BASIC_AUTH` | An MD5 encrypted [htpasswd](https://httpd.apache.org/docs/2.4/misc/password_encryptions.html) | nhsuk:nhsuktesting | No |
| `COOKIEBOT_SCRIPT_URL` | The URL for the in-house implementation of Cookiebot | //assets.nhs.uk/scripts/cookie-consent.js | No |
| `HOTJAR_ANALYTICS_TRACKING_ID` | [Hotjar](https://www.hotjar.com/) tracking id | | No |
| `LOG_LEVEL` | Numeric [log level](https://github.com/trentm/node-bunyan#levels) | Depends on `NODE_ENV` | No |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sexual-health-service-finder",
"version": "0.24.0",
"version": "0.25.0",
"description": "Helping to connect people to sexual health services.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -84,14 +84,14 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-nhsuk": "^0.19.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-json": "^1.3.2",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-mocha": "^6.0.0",
"eslint-watch": "^6.0.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"mocha-junit-reporter": "^1.23.1",
"nock": "^10.0.6",
"nodemon": "^1.19.0",
"nodemon": "^2.0.1",
"nyc": "^14.1.1"
}
}
Loading

0 comments on commit f63ac76

Please sign in to comment.