From ff2d93e4cf0663615ff35c757d125dfd9088f66f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 9 May 2024 20:10:15 -0700 Subject: [PATCH] release: 17.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7726f85..c16ed75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [17.1.0](https://github.com/NativeScript/angular/compare/17.0.0...17.1.0) (2024-05-10) + + +### Bug Fixes + +* animations ([#132](https://github.com/NativeScript/angular/issues/132)) ([ad576bf](https://github.com/NativeScript/angular/commit/ad576bfea2830637933bb1fe5d90bd97e2b187c8)) +* InjectableAnimationEngine constructor ([c5f3a45](https://github.com/NativeScript/angular/commit/c5f3a450fe8fcce6e7108b2ab6ee2d2517db8978)) + + + # [17.0.0](https://github.com/NativeScript/angular/compare/16.0.1...17.0.0) (2023-11-08) diff --git a/package.json b/package.json index 87dfa9c..54b8b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "17.0.0", + "version": "17.1.0", "license": "MIT", "private": true, "scripts": {