diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb37456..6652aa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2023-06-22 + +### Added + +- Search params for table pagination/sorting +- More internal UI-kit components +- Unit tests for some critical components +- Fixed a small external package vulnerability +- Addressed minor UI styles for mobile +- Updated validators table to include next era + ## [1.3.0] - 2023-05-08 ### Added diff --git a/app/package.json b/app/package.json index 0cea0f8c..6132a813 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.3.0", + "version": "1.4.0", "private": true, "dependencies": { "@emotion/react": "^11.10.4",