From 0d4d19030d0c68f920b5c52e15e50b540aac1c8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jan 2025 23:55:06 +0000 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bd6c9..416e253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.2](https://github.com/Cap-go/capacitor-social-login/compare/0.3.1...0.3.2) (2025-01-10) + ### [0.3.1](https://github.com/Cap-go/capacitor-social-login/compare/0.3.0...0.3.1) (2025-01-09) diff --git a/package.json b/package.json index c713ac4..a57c522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-social-login", - "version": "0.3.1", + "version": "0.3.2", "description": "All social logins in one plugin", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",