From ceb92c06302313d60bc5f3f5217068a2f833b10a Mon Sep 17 00:00:00 2001 From: Mikita Siadykh Date: Tue, 2 Nov 2021 12:34:54 +0400 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6959e25f..a281fbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (IN PROGRESS) +## [3.0.1](https://github.com/folio-org/ui-invoice/tree/v3.0.1) (2021-11-02) +[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v3.0.0...v3.0.1) + * Hide cancel invoice button. Refs UINV-310. * Spelling issue - remove "s" from end of "PO numbers". Refs UINV-312. * Error message displayed before invoice approval is submitted. Refs UINV-313. diff --git a/package.json b/package.json index ec03cf38..9997ad12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/invoice", - "version": "3.0.0", + "version": "3.0.1", "description": "Invoice", "main": "src/index.js", "repository": {