Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Mar 21, 2023
1 parent 8080478 commit b4a81dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v3.2.1](https://github.com/DEFRA/water-abstraction-service/compare/v3.2.0...v3.2.1)

- Remove 'uniq' lodash function [`#2061`](https://github.com/DEFRA/water-abstraction-service/pull/2061)
- Bump joi from 17.8.4 to 17.9.0 [`#2067`](https://github.com/DEFRA/water-abstraction-service/pull/2067)
- Bump aws-sdk from 2.1337.0 to 2.1339.0 [`#2066`](https://github.com/DEFRA/water-abstraction-service/pull/2066)
- Remove 'partialRight' lodash function [`#2064`](https://github.com/DEFRA/water-abstraction-service/pull/2064)
- Fix error with internal search for users [`#2062`](https://github.com/DEFRA/water-abstraction-service/pull/2062)
- Remove lodash code [`#2050`](https://github.com/DEFRA/water-abstraction-service/pull/2050)
- Bump aws-sdk from 2.1336.0 to 2.1337.0 [`#2060`](https://github.com/DEFRA/water-abstraction-service/pull/2060)

#### [v3.2.0](https://github.com/DEFRA/water-abstraction-service/compare/v3.1.2...v3.2.0)

> 15 March 2023
- Bump aws-sdk from 2.1334.0 to 2.1336.0 [`#2058`](https://github.com/DEFRA/water-abstraction-service/pull/2058)
- Bump puppeteer from 19.7.4 to 19.7.5 [`#2054`](https://github.com/DEFRA/water-abstraction-service/pull/2054)
- Bump joi from 17.8.3 to 17.8.4 [`#2053`](https://github.com/DEFRA/water-abstraction-service/pull/2053)
Expand Down
4 changes: 2 additions & 2 deletions 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": "water-abstraction-service",
"version": "3.2.0",
"version": "3.2.1",
"description": "API containing the business logic required for the water abstraction service to function",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b4a81dc

Please sign in to comment.