File tree 3 files changed +3190
-1221
lines changed
3 files changed +3190
-1221
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.0] - 2025-01-28
9
+
10
+ ### Changed
11
+
12
+ - General update of dependencies.
13
+ - Templates migrated to use ESLint v9 with flat config.
14
+ - #204 ` node-vue ` template migrated fron ` v5.0 ` to ` v6.0 ` .
15
+ - #203 ` node-angular ` template migrated from ` v18.2 ` to ` v19.1 ` .
16
+ - #200 ` node-react ` and #201 ` node-react-todo ` templates migrated from ` v18.2 ` to ` v19.0 ` .
17
+ - #199 ` node-jet ` template migrated to ` v17.1 ` , and fixed incorrect references to the CDN pointing to an outdated version.
18
+ - #197 ` ords-remix-jwt-sample ` adopted use of Vite instead of the Remix Classic Compiler.
19
+
20
+ ### Removed
21
+
22
+ - #156 Removed Basic authentication from the ` ords-remix-jwt-sample ` template.
23
+
24
+ ### Security
25
+
26
+ - #198 Addressed [ CVE GHSA-3xgq -45jj-v275] ( https://osv.dev/vulnerability/GHSA-3xgq-45jj-v275 ) by updating ` cross-spawn ` to ` v7.0.6 `
27
+
8
28
## [ 1.3.1] - 2024-09-05
9
29
10
30
### Fixed
You can’t perform that action at this time.
0 commit comments