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.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Oct 2, 2021
1 parent 38903ce commit e7129e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0.2](https://github.com/robingenz/capacitor-photo-editor/compare/v0.0.1...v0.0.2) (2021-10-02)


### Bug Fixes

* parse URI correctly ([#4](https://github.com/robingenz/capacitor-photo-editor/issues/4)) ([38903ce](https://github.com/robingenz/capacitor-photo-editor/commit/38903ce670e8dc43f2aa192f15f5bca894123d08))
* throw error if user canceled ([#3](https://github.com/robingenz/capacitor-photo-editor/issues/3)) ([1112db0](https://github.com/robingenz/capacitor-photo-editor/commit/1112db03de90f781a1bccf6a8b9baf308893d1f1))

## 0.0.1 (2021-09-21)

Initial release 🎉
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": "@robingenz/capacitor-photo-editor",
"version": "0.0.1",
"version": "0.0.2",
"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 e7129e4

Please sign in to comment.