diff --git a/CHANGELOG.md b/CHANGELOG.md index ced1791c..5516328c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/netlify/angular-runtime/compare/v2.0.2...v2.0.3) (2023-11-27) + + +### Bug Fixes + +* type errors due to missing failPLugin function ([#87](https://github.com/netlify/angular-runtime/issues/87)) ([db09d04](https://github.com/netlify/angular-runtime/commit/db09d04fe39576a9cd33c782f299ee287e7b2910)) + ## [2.0.2](https://github.com/netlify/angular-runtime/compare/v2.0.1...v2.0.2) (2023-11-09) diff --git a/package-lock.json b/package-lock.json index 5535a197..48131546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/angular-runtime", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/angular-runtime", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index 17132679..fc72d411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/angular-runtime", - "version": "2.0.2", + "version": "2.0.3", "description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", "main": "src/index.js", "files": [