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

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 4, 2022
1 parent 232308e commit 9844548
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.

## [0.1.0](https://github.com/capawesome-team/capacitor-photo-editor/compare/v0.0.3...v0.1.0) (2022-08-04)


### ⚠ BREAKING CHANGES

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

### Features

* update to Capacitor 4 ([#9](https://github.com/capawesome-team/capacitor-photo-editor/issues/9)) ([3afb398](https://github.com/capawesome-team/capacitor-photo-editor/commit/3afb39800bf9b94ceaa75dc26135a104a5c93c56))


* rename to `@capawesome/capacitor-photo-editor` ([#10](https://github.com/capawesome-team/capacitor-photo-editor/issues/10)) ([232308e](https://github.com/capawesome-team/capacitor-photo-editor/commit/232308e1f1fb3f17ebcb1af3fbf8081bcf66fde3))

### [0.0.3](https://github.com/robingenz/capacitor-photo-editor/compare/v0.0.2...v0.0.3) (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-photo-editor",
"version": "0.0.3",
"version": "0.1.0",
"description": "Capacitor plugin that allows the user to edit a photo.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 9844548

Please sign in to comment.