Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cap-go/capacitor-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 28, 2022
2 parents 94eeb9c + 6fa3fe6 commit a9abc5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$major.$minor.$patch$prerelease"
version = "2.2.2"
version = "2.2.3"
version_files = [
"package.json:version",
".cz.toml"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.3 (2022-03-28)

### Fix

- init value for version ios
- build error ios

## 2.2.2 (2022-03-28)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-updater",
"version": "2.2.2",
"version": "2.2.3",
"license": "AGPL-3.0-only",
"description": "OTA update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit a9abc5c

Please sign in to comment.