diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a8f6bb..7fa51f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/netlify/angular-runtime/compare/v2.3.0...v2.3.1) (2025-03-21) + + +### Bug Fixes + +* add support for non-bundler module resolution (tsconfig) ([#279](https://github.com/netlify/angular-runtime/issues/279)) ([ae24696](https://github.com/netlify/angular-runtime/commit/ae2469643e2a742f66a2f9a7d72d0473b5091293)) + ## [2.3.0](https://github.com/netlify/angular-runtime/compare/v2.2.2...v2.3.0) (2025-03-11) diff --git a/package-lock.json b/package-lock.json index 4f4eaea9..5bb4c771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/angular-runtime", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/angular-runtime", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index bd4e7b49..74f72c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/angular-runtime", - "version": "2.3.0", + "version": "2.3.1", "description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", "main": "src/index.js", "files": [