From b06131aedaaa064ad2f5aace925314906698378b Mon Sep 17 00:00:00 2001 From: EinfachHans Date: Thu, 4 May 2023 09:05:00 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f8b36..d29ea66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.1.2](https://github.com/EinfachHans/cordova-plugin-contacts-x/compare/V2.1.1...V2.1.2) (2023-05-04) + + +### Bug Fixes + +* **ios:** declare error codes enum within main class ([1d83826](https://github.com/EinfachHans/cordova-plugin-contacts-x/commit/1d83826753edd6b81009012699631eb4aaeb0cd3)) + ### [2.1.1](https://github.com/EinfachHans/cordova-plugin-contacts-x/compare/V2.1.0...V2.1.1) (2022-03-13) diff --git a/package-lock.json b/package-lock.json index 4812db8..076612d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-contacts-x", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8167b89..9c3ed36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-contacts-x", - "version": "2.1.1", + "version": "2.1.2", "description": "Cordova Plugins for managing contacts", "cordova": { "id": "cordova-plugin-contacts-x",