File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,17 @@ 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.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.1] - 2024-09-05
9+
10+ ### Fixed
11+
12+ - Missing ` .gitignore ` in ` ords-remix-jwt-sample ` template.
13+
814## [ 1.3.0] - 2024-09-04
915
1016### Added
1117
12- - New ORDS JWT sample built with [ Remix] ( https://remix.run/ ) .
18+ - New ORDS JWT sample template built with [ Remix] ( https://remix.run/ ) .
1319
1420### Changed
1521
@@ -19,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925
2026### Fixed
2127
22- - Error when generating node-jet application (#91 ).
23- - Unable to use --template flag for node-jet and node-angular templates (#92 ).
28+ - Error when generating ` node-jet ` application (#91 ).
29+ - Unable to use ` --template ` flag for ` node-jet ` and ` node-angular ` templates (#92 ).
2430
2531## [ 1.2.0] - 2024-08-19
2632
@@ -38,19 +44,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3844
3945### Security
4046
41- - Uptake newer dependencies to fix vulnerabilities detected in npm audit
47+ - Uptake newer dependencies to fix vulnerabilities detected in npm audit.
4248
4349## [ 1.1.10] - 2024-07-10
4450
4551### Changed
4652
47- - Change todo template name from node-todo to node-react-todo in the documentation
53+ - Change todo template name from ` node-todo ` to ` node-react-todo ` in the documentation.
4854
4955## [ 1.1.9] - 2024-07-10
5056
5157### Fixed
5258
53- - Fix README examples with missing -- argument
59+ - Fix README examples with missing ` -- ` argument.
5460
5561## [ 1.1.8] - 2024-07-10
5662
Original file line number Diff line number Diff line change 11{
22 "name" : " @oracle/create-database-app" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " Create an Oracle Database Application from a Template" ,
55 "author" : " Oracle Corporation" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments