Skip to content

Commit bb6f6e7

Browse files
Merge pull request #322 from oracle/release_1.6.0
chore(release): v1.6.0
2 parents 85aa75a + 904ac61 commit bb6f6e7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.6.0] - 2025-07-24
9+
10+
### Added
11+
12+
- Introducing a new template that showcases REST API development with Oracle REST Data Services (ORDS) and the Oracle Database Multilingual Engine (MLE).
13+
14+
### Changed
15+
16+
- `node-angular` template migrated from Angular `v19.2` to `v20.x`.
17+
- General update of dependencies.
18+
819
## [1.5.1] - 2025-05-19
920

1021
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/create-database-app",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Create an Oracle Database Application from a Template",
55
"author": "Oracle Corporation",
66
"keywords": [

0 commit comments

Comments
 (0)