Skip to content

Commit 2979b12

Browse files
committed
3.8.2
1 parent 8456843 commit 2979b12

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.8.2](https://github.com/DEFRA/water-abstraction-service/compare/v3.8.1...v3.8.2)
8+
9+
- Fix - Delete licence with invalid leading space [`#2417`](https://github.com/DEFRA/water-abstraction-service/pull/2417)
10+
- Bump aws-sdk from 2.1551.0 to 2.1552.0 [`#2416`](https://github.com/DEFRA/water-abstraction-service/pull/2416)
11+
- Bump aws-sdk from 2.1550.0 to 2.1551.0 [`#2415`](https://github.com/DEFRA/water-abstraction-service/pull/2415)
12+
- Bump aws-sdk from 2.1549.0 to 2.1550.0 [`#2414`](https://github.com/DEFRA/water-abstraction-service/pull/2414)
13+
- Bump aws-sdk from 2.1548.0 to 2.1549.0 [`#2413`](https://github.com/DEFRA/water-abstraction-service/pull/2413)
14+
- Bump aws-sdk from 2.1547.0 to 2.1548.0 [`#2412`](https://github.com/DEFRA/water-abstraction-service/pull/2412)
15+
- Bump aws-sdk from 2.1546.0 to 2.1547.0 [`#2411`](https://github.com/DEFRA/water-abstraction-service/pull/2411)
16+
- Bump @hapi/hapi from 21.3.2 to 21.3.3 [`#2409`](https://github.com/DEFRA/water-abstraction-service/pull/2409)
17+
- Bump joi from 17.12.0 to 17.12.1 [`#2410`](https://github.com/DEFRA/water-abstraction-service/pull/2410)
18+
- Bump aws-sdk from 2.1545.0 to 2.1546.0 [`#2408`](https://github.com/DEFRA/water-abstraction-service/pull/2408)
19+
- Bump nock from 13.5.0 to 13.5.1 [`#2407`](https://github.com/DEFRA/water-abstraction-service/pull/2407)
20+
- Bump aws-sdk from 2.1544.0 to 2.1545.0 [`#2406`](https://github.com/DEFRA/water-abstraction-service/pull/2406)
21+
722
#### [v3.8.1](https://github.com/DEFRA/water-abstraction-service/compare/v3.8.0...v3.8.1)
823

24+
> 27 January 2024
25+
926
- Bump aws-sdk from 2.1543.0 to 2.1544.0 [`#2405`](https://github.com/DEFRA/water-abstraction-service/pull/2405)
1027
- Bump aws-sdk from 2.1542.0 to 2.1543.0 [`#2404`](https://github.com/DEFRA/water-abstraction-service/pull/2404)
1128
- Bump dotenv from 16.4.0 to 16.4.1 [`#2403`](https://github.com/DEFRA/water-abstraction-service/pull/2403)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "water-abstraction-service",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "API containing the business logic required for the water abstraction service to function",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)