Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Oct 30, 2021
1 parent 101c7dc commit 700d5b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 700d5b5

Please sign in to comment.