generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from oracle/release_1.3.0
chore(release): v1.3.0
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |