Skip to content

Commit 5ad0428

Browse files
Update CHANGELOG.md
1 parent 706ffe9 commit 5ad0428

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0] - 2024-10-28
89

9-
## [2.1.0] - unreleased
10+
### Changed
11+
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
1020

1121
### Changed
1222

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+
1326
- Pixi: added TerserPlugin options to webpack to drop `console.log` and `console.info` in production builds
1427
- Pixi: added TerserPlugin options to webpack to maintain function names in debug builds
1528

@@ -55,15 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5568
- All seed templates now target node 18.15.0
5669
- Added `<meta name="robots" content="noindex">` to all template html files to prevent Google indexing
5770

58-
## [1.2.0] - 2022-12-21
71+
## [1.2.0] - 2022-12-12
5972

6073
### Changed
6174

6275
- Updated webpack to 5.75.0
6376
- Updated webpack packages to match v5
6477
- Bump loader-utils from 2.0.3 to 2.0.4
65-
- updated PIXI to 7.0.4
66-
- updated PIXI Sound to 5.0.0
6778

6879
### Added
6980

0 commit comments

Comments
 (0)