From 56b1133be409b1f8b47c26fe7f0beeed3a5869ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 15:39:38 +0000 Subject: [PATCH] chore(release): 0.0.76 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db89d5d..a04fd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.76](https://github.com/Cap-go/capacitor-social-login/compare/0.0.75...0.0.76) (2024-11-29) + + +### Bug Fixes + +* add missing import ([ad1d581](https://github.com/Cap-go/capacitor-social-login/commit/ad1d5815f8842c9d5652a42839438fe66ca79881)) + ### [0.0.75](https://github.com/Cap-go/capacitor-social-login/compare/0.0.74...0.0.75) (2024-11-29) diff --git a/package.json b/package.json index 4a8bbf3..e03d7e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-social-login", - "version": "0.0.75", + "version": "0.0.76", "description": "All social logins in one plugin", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",