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 6f83041 commit 2e796da
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-badge/compare/v1.2.1...v2.0.0) (2022-08-04)


### ⚠ BREAKING CHANGES

* This plugin was renamed to `@capawesome/capacitor-badge`. Please install the new npm package and run `npx cap sync`.
* This plugin now only supports Capacitor 4.

### Features

* update to Capacitor 4 ([#34](https://github.com/capawesome-team/capacitor-badge/issues/34)) ([6a062fd](https://github.com/capawesome-team/capacitor-badge/commit/6a062fdb261580f36941f390ff770208224d53dc))


* rename to `@capawesome/capacitor-badge` ([#35](https://github.com/capawesome-team/capacitor-badge/issues/35)) ([6f83041](https://github.com/capawesome-team/capacitor-badge/commit/6f830415d2be28adca0e99078be08dcfa07d9b51))

### [1.2.1](https://github.com/robingenz/capacitor-badge/compare/v1.2.0...v1.2.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-badge",
"version": "1.2.1",
"version": "2.0.0",
"description": "Capacitor plugin to access and update the badge number of the app icon.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 2e796da

Please sign in to comment.