Skip to content

Commit

Permalink
Merge pull request #114 from oracle/release_1.3.0
Browse files Browse the repository at this point in the history
chore(release): v1.3.0
  • Loading branch information
mig8447 authored Sep 4, 2024
2 parents 5bd8447 + 493560a commit 48e7b5a
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Changelog

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.0] - 2024-09-04

### Added

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

### Changed

- Upgrade dependencies for generator and templates.

## [1.2.1] - 2024-08-27

### Fixed

- 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

### Added

- New [Angular](https://angular.dev/) template built with [Angular CLI](https://github.com/angular/angular-cli).

### Changed

- Reskin of `node-react-todo` app/template.
- Improved handling of flags in the CLI.
- General improvements.

## [1.1.11] - 2024-07-19

### Security

- 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

## [1.1.9] - 2024-07-10

### Fixed

- Fix README examples with missing -- argument

## [1.1.8] - 2024-07-10

### Added

- First public release. Full Changelog: https://github.com/oracle/create-database-app/commits/v1.1.8

0 comments on commit 48e7b5a

Please sign in to comment.