From 2718e8f2b88e11907d7cf902e4ec6c223d23dea9 Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Thu, 18 Jan 2024 21:55:00 +0200 Subject: [PATCH] Update CHANGELOG.md: add node changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f5cbd..6c7355b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +- Bump [Node.js] requirement from `v14` to `v18`. - Bump dependencies - Change `css-loader` mode from `local` to `global` - Migrate [Bootstrap] from `v4` to `v5` @@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +- Bump [Node.js] requirement from `v10` to `v14`. - Bump `UNIVERSAL_WEBPACK_CSS_LOADER_V3` to `UNIVERSAL_WEBPACK_CSS_LOADER_V4` - Bump dependencies - Change [babel-plugin-inline-react-svg] configurations @@ -81,6 +83,7 @@ First release. [generic-names]: https://github.com/css-modules/generic-names [github actions]: https://github.com/features/actions [github]: https://github.com/ +[node.js]: https://nodejs.org/en [optimize-css-assets-webpack-plugin]: https://github.com/NMFR/optimize-css-assets-webpack-plugin [prettier]: https://prettier.io/ [react-progress-2]: https://github.com/milworm/react-progress-2