diff --git a/CHANGELOG.md b/CHANGELOG.md index 408f9d49..75c42f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# [17.4.0](https://github.com/phork/phorkit/compare/v17.3.1...v17.4.0) (2024-11-07) + +### ✨ Features + +- added scrollable option to header and footer components ([1404bfd](https://github.com/phork/phorkit/commit/1404bfd)) + ## [17.3.1](https://github.com/phork/phorkit/compare/v17.3.0...v17.3.1) (2024-11-07) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 0e0a6440..55b5b71b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@phork/phorkit", "description": "Phork/it. A React UI kit.", - "version": "17.3.1", + "version": "17.4.0", "license": "MIT", "repository": { "type": "git",