diff --git a/NEWS.md b/NEWS.md index cb82cfe7..ade54464 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # News / Release Notes +## 2.3.1 + +*10-Nov-2022* + +- [Pins the serve package in docker containers](https://github.com/pacificclimate/climate-explorer-frontend/pull/434) + ## 2.3.0 *02-Nov-2022* diff --git a/package.json b/package.json index 54c19794..0da455c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "climate-explorer-frontend", - "version": "2.3.0", + "version": "2.3.1", "description": "PCIC Climate Explorer front end application", "private": true, "license": "GPL-3.0",