File tree 3 files changed +15
-9
lines changed
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.
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.3.1] - 2024-09-05
9
+
10
+ ### Fixed
11
+
12
+ - Missing ` .gitignore ` in ` ords-remix-jwt-sample ` template.
13
+
8
14
## [ 1.3.0] - 2024-09-04
9
15
10
16
### Added
11
17
12
- - New ORDS JWT sample built with [ Remix] ( https://remix.run/ ) .
18
+ - New ORDS JWT sample template built with [ Remix] ( https://remix.run/ ) .
13
19
14
20
### Changed
15
21
@@ -19,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
25
20
26
### Fixed
21
27
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 ).
24
30
25
31
## [ 1.2.0] - 2024-08-19
26
32
@@ -38,19 +44,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
44
39
45
### Security
40
46
41
- - Uptake newer dependencies to fix vulnerabilities detected in npm audit
47
+ - Uptake newer dependencies to fix vulnerabilities detected in npm audit.
42
48
43
49
## [ 1.1.10] - 2024-07-10
44
50
45
51
### Changed
46
52
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.
48
54
49
55
## [ 1.1.9] - 2024-07-10
50
56
51
57
### Fixed
52
58
53
- - Fix README examples with missing -- argument
59
+ - Fix README examples with missing ` -- ` argument.
54
60
55
61
## [ 1.1.8] - 2024-07-10
56
62
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oracle/create-database-app" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " Create an Oracle Database Application from a Template" ,
5
5
"author" : " Oracle Corporation" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments