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

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 4, 2022
1 parent 66c16ba commit f52ded5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [2.0.0](https://github.com/capawesome-team/capacitor-app-update/compare/v1.3.1...v2.0.0) (2022-08-04)


### ⚠ BREAKING CHANGES

* rename to `@capawesome/capacitor-app-update` (#49)
* This plugin now only supports Capacitor 4.

### Features

* update to Capacitor 4 ([#48](https://github.com/capawesome-team/capacitor-app-update/issues/48)) ([ab47fa5](https://github.com/capawesome-team/capacitor-app-update/commit/ab47fa50ffc8972296b6f392666db47a172dc31a))


* rename to `@capawesome/capacitor-app-update` ([#49](https://github.com/capawesome-team/capacitor-app-update/issues/49)) ([66c16ba](https://github.com/capawesome-team/capacitor-app-update/commit/66c16bada83bf1f7f5de62bebc3679a8241f2a94))

### [1.3.1](https://github.com/robingenz/capacitor-app-update/compare/v1.3.0...v1.3.1) (2022-01-26)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@capawesome/capacitor-app-update",
"version": "1.3.1",
"version": "2.0.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 f52ded5

Please sign in to comment.