Skip to content

Commit

Permalink
Merge pull request #117 from oracle/release_1.3.1
Browse files Browse the repository at this point in the history
chore(release): v1.3.1
  • Loading branch information
dbtools-antcampo authored Sep 5, 2024
2 parents 30dfe81 + 730d804 commit c927532
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2024-09-05

### Fixed

- Missing `.gitignore` in `ords-remix-jwt-sample` template.

## [1.3.0] - 2024-09-04

### Added

- New ORDS JWT sample built with [Remix](https://remix.run/).
- New ORDS JWT sample template built with [Remix](https://remix.run/).

### Changed

Expand All @@ -19,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Error when generating node-jet application (#91).
- Unable to use --template flag for node-jet and node-angular templates (#92).
- Error when generating `node-jet` application (#91).
- Unable to use `--template` flag for `node-jet` and `node-angular` templates (#92).

## [1.2.0] - 2024-08-19

Expand All @@ -38,19 +44,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- Uptake newer dependencies to fix vulnerabilities detected in npm audit
- Uptake newer dependencies to fix vulnerabilities detected in npm audit.

## [1.1.10] - 2024-07-10

### Changed

- Change todo template name from node-todo to node-react-todo in the documentation
- Change todo template name from `node-todo` to `node-react-todo` in the documentation.

## [1.1.9] - 2024-07-10

### Fixed

- Fix README examples with missing -- argument
- Fix README examples with missing `--` argument.

## [1.1.8] - 2024-07-10

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/create-database-app",
"version": "1.3.0",
"version": "1.3.1",
"description": "Create an Oracle Database Application from a Template",
"author": "Oracle Corporation",
"keywords": [
Expand Down

0 comments on commit c927532

Please sign in to comment.