Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed May 9, 2023
1 parent f9f3eb3 commit cf8b10c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

#### [v0.4.1](https://github.com/DEFRA/water-abstraction-system/compare/v0.4.0...v0.4.1)

- Handle soft deleted workflow in supp. billing [`#213`](https://github.com/DEFRA/water-abstraction-system/pull/213)
- Bump actions/checkout from 2 to 3 [`#212`](https://github.com/DEFRA/water-abstraction-system/pull/212)
- Fix including unnecessary supp. billing trans. [`#210`](https://github.com/DEFRA/water-abstraction-system/pull/210)
- Add auto-merge GitHub workflow [`#209`](https://github.com/DEFRA/water-abstraction-system/pull/209)
- Compress billing-charge-categories export [`#205`](https://github.com/DEFRA/water-abstraction-system/pull/205)
- Improve supplementary billing test coverage [`#203`](https://github.com/DEFRA/water-abstraction-system/pull/203)
- Inc. changes to agreements & charges in supp bill [`#207`](https://github.com/DEFRA/water-abstraction-system/pull/207)
- Consider Revoked, Expired, Lapsed licences dates when calculating charges [`#204`](https://github.com/DEFRA/water-abstraction-system/pull/204)
- Bump nock from 13.3.0 to 13.3.1 [`#206`](https://github.com/DEFRA/water-abstraction-system/pull/206)
- Extract table results to a file [`#193`](https://github.com/DEFRA/water-abstraction-system/pull/193)

#### [v0.4.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.3.0...v0.4.0)

> 27 April 2023
- Bump joi from 17.9.1 to 17.9.2 [`#200`](https://github.com/DEFRA/water-abstraction-system/pull/200)
- Bump @hapi/hapi from 21.3.1 to 21.3.2 [`#199`](https://github.com/DEFRA/water-abstraction-system/pull/199)
- Bump sass from 1.62.0 to 1.62.1 [`#201`](https://github.com/DEFRA/water-abstraction-system/pull/201)
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-system",
"version": "0.4.0",
"version": "0.4.1",
"description": "System for managing water abstraction licences, including alerts, returns and billing",
"homepage": "https://github.com/DEFRA/water-abstraction-team",
"main": "index.js",
Expand Down

0 comments on commit cf8b10c

Please sign in to comment.