Skip to content

Commit c927532

Browse files
Merge pull request #117 from oracle/release_1.3.1
chore(release): v1.3.1
2 parents 30dfe81 + 730d804 commit c927532

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Diff for: CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ 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.1.0/),
66
and 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

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)