From c940294882dfdbefaf76e3aef02c08de6311b9de Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:21:06 +0000 Subject: [PATCH 1/2] chore(main): release 3.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43f9be4..4a73200d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.0](https://github.com/netlify/angular-runtime/compare/v2.4.0...v3.0.0) (2025-08-14) + + +### ⚠ BREAKING CHANGES + +* empty commit to trigger major release ([#380](https://github.com/netlify/angular-runtime/issues/380)) + +### Features + +* empty commit to trigger major release ([#380](https://github.com/netlify/angular-runtime/issues/380)) ([f951ed8](https://github.com/netlify/angular-runtime/commit/f951ed8c324cb55b03a64c24dab602b1d1962dd6)) +* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916)) + ## [2.4.0](https://github.com/netlify/angular-runtime/compare/v2.3.1...v2.4.0) (2025-05-27) diff --git a/package-lock.json b/package-lock.json index 683307c4..ee80454a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index e91f9b27..3515ccb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/angular-runtime", - "version": "2.4.0", + "version": "3.0.0", "description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", "main": "src/index.js", "files": [ From a9f5fda6a5f6b0bad2ef3972c4f2c7a576c25419 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Thu, 14 Aug 2025 15:39:32 -0400 Subject: [PATCH 2/2] docs(changelog): improve v3 description --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a73200d..2ff744d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,16 @@ ## [3.0.0](https://github.com/netlify/angular-runtime/compare/v2.4.0...v3.0.0) (2025-08-14) -### ⚠ BREAKING CHANGES +### ⚠ POTENTIALLY BREAKING CHANGES + +* enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916)) + +You can now set cache headers on responses when using SSR. See https://docs.netlify.com/build/caching/caching-overview/ for the full set of features. -* empty commit to trigger major release ([#380](https://github.com/netlify/angular-runtime/issues/380)) +This is marked as potentially breaking because previously, per [Netlify Edge Function caching behavior](https://docs.netlify.com/build/edge-functions/optional-configuration/#response-caching), cache response headers were ignored, and after this change they will be respected. It's unlikely this will affect you. ### Features -* empty commit to trigger major release ([#380](https://github.com/netlify/angular-runtime/issues/380)) ([f951ed8](https://github.com/netlify/angular-runtime/commit/f951ed8c324cb55b03a64c24dab602b1d1962dd6)) * enable manual caching from edge ([#361](https://github.com/netlify/angular-runtime/issues/361)) ([efee061](https://github.com/netlify/angular-runtime/commit/efee061db0dd74d4e1c6afb506d7d7ec0cb61916)) ## [2.4.0](https://github.com/netlify/angular-runtime/compare/v2.3.1...v2.4.0) (2025-05-27)