diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7467c59 --- /dev/null +++ b/CHANGELOG.md @@ -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