From 700d5b52498b7b5147f2daa0803dfba8bd43a27b Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sat, 30 Oct 2021 18:47:34 +0200 Subject: [PATCH] chore(release): 1.1.0 --- 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 385bb9b..086385d 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. +## [1.1.0](https://github.com/robingenz/capacitor-app-update/compare/v1.0.0...v1.1.0) (2021-10-30) + + +### Features + +* **ios:** add `country` property ([#26](https://github.com/robingenz/capacitor-app-update/issues/26)) ([101c7dc](https://github.com/robingenz/capacitor-app-update/commit/101c7dcbdc7a171a39df3aad9ec9b270b2ef954f)) + ## [1.0.0](https://github.com/robingenz/capacitor-app-update/compare/v1.0.0-alpha.3...v1.0.0) (2021-08-23) diff --git a/package-lock.json b/package-lock.json index 8ee7a55..3a8e99f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@robingenz/capacitor-app-update", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 272d173..7644e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@robingenz/capacitor-app-update", - "version": "1.0.0", + "version": "1.1.0", "description": "Capacitor plugin that assists with app updates.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",