From 8d403123c047d0d6b2780520af0294f43d5ffb5d Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 2 May 2024 23:17:47 -0700 Subject: [PATCH] release: 3.3.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0c0868..ba974339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.3.1](https://github.com/NativeScript/firebase/compare/3.3.0...3.3.1) (2024-05-03) + + +### Features + +* iOS SDK 10.24+ ([bab1fb4](https://github.com/NativeScript/firebase/commit/bab1fb42a704644834b0d9efdf96b7f188d1b375)) + + + # [3.3.0](https://github.com/NativeScript/firebase/compare/3.2.4...3.3.0) (2024-05-02) diff --git a/package.json b/package.json index dd7de82d..1e0b3104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugins", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "scripts": { "postinstall": "husky install && npx ts-patch install",