File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.1 ] - unreleased
8+ ## [ 2.1.0 ] - 2024-10-28
99
1010### Changed
1111
12+ - Updated node version to 20
13+ - Updated send to 0.19.0
14+ - Updated express to 4.21.1
15+ - Updated cookie to 0.7.1
16+ - Updated serve-static to 1.16.2
17+ - Updated body-parser to 1.20.3
18+
19+ ## [ 2.0.1] - 2024-06-11
20+
21+ ### Changed
22+
23+ - added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
24+ - added TerserPlugin options to webpack to maintain function names in debug builds
25+
1226- Pixi: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
1327- Pixi: added TerserPlugin options to webpack to maintain function names in debug builds
1428
@@ -54,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5468- All seed templates now target node 18.15.0
5569- Added ` <meta name="robots" content="noindex"> ` to all template html files to prevent Google indexing
5670
57- ## [ 1.2.0] - 2022-12-21
71+ ## [ 1.2.0] - 2022-12-12
5872
5973### Changed
6074
@@ -65,11 +79,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6579### Added
6680
6781- Added eslint rules
68- - Added terser-webpack-plugin
69-
70- ### Removed
71-
72- - Removed uglify-webpack-plugin
7382
7483## [ 1.1.2] - 2022-12-02
7584
You can’t perform that action at this time.
0 commit comments