Amr Bashir 4143ffd427 fix(cli.js): detect `CARGO_TARGET_DIR` for local run (#3147) %!s(int64=3) %!d(string=hai) anos
..
config.json 4143ffd427 fix(cli.js): detect `CARGO_TARGET_DIR` for local run (#3147) %!s(int64=3) %!d(string=hai) anos
initial-release.md 62b6b5b1aa feat(cli.rs): add API package to template's covector config %!s(int64=3) %!d(string=hai) anos
readme.md ac8e69a98c feat(cli.rs): add `init plugin` command, bootstraps a plugin project (#2669) %!s(int64=3) %!d(string=hai) anos

readme.md

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend it represents the overall change for our sanity.

When you select the version bump required, you do not need to consider depedencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
"tauri-plugin-{{ plugin_name }}": minor
---

Change summary goes here