From c5f203abd0eaca446f1fca7a134dfdabe35616ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 15:02:50 +0200 Subject: [PATCH] chore(develop): release 16.0.0-rc.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95aed38..fe3c5e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [16.0.0-rc.0](https://github.com/k3nsei/ng-in-viewport/compare/v15.0.2...v16.0.0-rc.0) (2023-05-06) + + +### Features + +* add support for angular v16 ([#1346](https://github.com/k3nsei/ng-in-viewport/issues/1346)) ([79039bd](https://github.com/k3nsei/ng-in-viewport/commit/79039bdce9c3dfa2a43d7f08ea57c7e9491882b3)) + + +### Miscellaneous Chores + +* **qodana:** update baseline file ([7a210dd](https://github.com/k3nsei/ng-in-viewport/commit/7a210dd2dcdbe3fe7918e5ccc16b3a73e682b42d)) + ## [15.0.2](https://github.com/k3nsei/ng-in-viewport/compare/v15.0.1...v15.0.2) (2023-04-27) diff --git a/package.json b/package.json index fa4b3513..75f88fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-in-viewport", - "version": "15.0.2", + "version": "16.0.0-rc.0", "private": true, "license": "MIT", "scripts": {